|
|
Donner
C++20 SVG rendering library
|
#include <cstdint>#include <vector>#include "donner/base/Box.h"#include "donner/base/Transform.h"#include "donner/base/Vector2.h"#include "donner/svg/core/FillRule.h"Classes | |
| class | donner::svg::PathSpline |
| Container for a spline, which is a series of points connected by lines and curves. More... | |
| struct | donner::svg::PathSpline::Command |
| Metadata for a command, which describes how to connect the points. More... | |
| struct | donner::svg::PathSpline::Vertex |
| Vertex of the path, including the orientation. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::svg |
| Donner SVG library, which can load, manipulate and render SVG files. | |