|
|
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.
|
Properties for a <circle> element. More...
#include "donner/svg/components/shape/CircleComponent.h"
Public Member Functions | |
| auto | allProperties () |
| Get all properties as a tuple. | |
Public Attributes | |
| Property< Lengthd > | cx |
| The center x-coordinate of the circle, defaults to 0. | |
| Property< Lengthd > | cy |
| The center y-coordinate of the circle, defaults to 0. | |
| Property< Lengthd > | r |
| The radius of the circle, defaults to 0. | |
Properties for a <circle> element.
The center x-coordinate of the circle, defaults to 0.
The center y-coordinate of the circle, defaults to 0.
The radius of the circle, defaults to 0.