- 1
What is the "rx and ry" definition of rectangle in svg.
4 Antworten
+ 8
The radius size used for round its corners:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/rx
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ry
+ 8
It define the amount of rounding corner: I can't be more explicit ^^
Try it by yourself in code playground, with different values and without, you would see :P
0
@visph
thanku...
- 1
@visph
i can't understand with this example can u define this in simple words.