|
|
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.
|
Active paint settings used by authoring tools when creating new geometry. More...
#include "donner/editor/EditorApp.h"
Active paint settings used by authoring tools when creating new geometry.
| std::string donner::editor::ActivePaintStyle::fill = "white" |
SVG fill attribute for new geometry.
| std::string donner::editor::ActivePaintStyle::stroke = "black" |
SVG stroke attribute for new geometry.
| double donner::editor::ActivePaintStyle::strokeWidth = 1.0 |
SVG stroke-width attribute for new geometry.