Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
PathSpline.h File Reference
#include <vector>
#include "donner/base/Box.h"
#include "donner/base/Vector2.h"
#include "donner/svg/core/FillRule.h"
Include dependency graph for PathSpline.h:
This graph shows which files directly or indirectly include this file:

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...
 
class  donner::svg::PathSpline::Builder
 Builder to construct a new PathSpline. 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.