Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
"<path>"

Defines a shape using a path, which can include straight lines, curves, and sub-paths.

<path d="M 40 50 V 250 C 100 100 115 75 190 125" />

M 40 50 V 250 C 100 100 115 75 190 125

Attribute Default Description
d (none) Path data, see Path Data Syntax.