Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::components::PathComponent Struct Reference

Parameters for a "<path>" element. More...

#include "donner/svg/components/shape/PathComponent.h"

Collaboration diagram for donner::svg::components::PathComponent:
[legend]

Public Member Functions

auto allProperties ()
 Get all properties as a tuple.
 

Public Attributes

Property< RcStringd {"d", []() -> std::optional<RcString> { return RcString(); }}
 The path data string, defaults to an empty string.
 
std::optional< PathSplinesplineOverride
 Overridden path spline, if the user has provided a pre-parsed spline through SVGPathElement::setSpline. If set, d will not be used.
 

Detailed Description

Parameters for a "<path>" element.


The documentation for this struct was generated from the following file: