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.
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.