Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
Elements: Painting

Painting can be controlled by creating paint servers or using elements such as "<marker>" to control how strokes and fills are rendered.

Paint Servers

Paint servers are elements that define a color or a pattern that can be used to fill or stroke shapes.

The following paint servers are supported:

Additionally "<stop>" (SVGStopElement) is used to define gradients.

Markers

Markers allow placing an element on strokes to create effects such as arrowheads.