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

Container for definitions of reusable graphics elements. It is not rendered directly, but its child elements can be referenced by a "<use>" or within a fill or stroke.

<defs>
<linearGradient id="MyGradient"><!-- ... --></linearGradient>
</defs>