|
tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
|
Builder for constructing immutable Path objects. More...
#include <cstddef>#include <optional>#include <vector>#include "tiny_skia/Path.h"#include "tiny_skia/PathGeometry.h"#include "tiny_skia/Scalar.h"
Go to the source code of this file.
Classes | |
| class | tiny_skia::PathBuilder |
| Incrementally builds a Path from move/line/quad/cubic/close operations. More... | |