|
|
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.
|
Parameters for a <path> element. More...
#include "donner/svg/components/shape/PathComponent.h"
Public Member Functions | |
| auto | allProperties () |
| Get all properties as a tuple. | |
Public Attributes | |
| Property< RcString > | d {"d", []() -> std::optional<RcString> { return RcString(); }} |
| The path data string, defaults to an empty string. | |
| std::optional< Path > | splineOverride |
| Overridden path spline, if the user has provided a pre-parsed spline through SVGPathElement::setSpline. If set, d will not be used. | |
Parameters for a <path> element.