Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
"auto" on rx/ry

The rx and ry properties of <rect> and <ellipse> can be set to the "auto", which means that the value of the other property is used.

The rx and ry properties of <rect> and <ellipse> can be set to the "auto", which means that the value of the other property is used.

This is handled by the CalculateRadiusMaybeAuto function.