|
izzi
SVG SUBSET C++ API
|
#include <map>#include <ostream>#include <fstream>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | svg::area< T1 > |
| struct | svg::style |
| Datum consolidating style preferences. More... | |
| struct | svg::stroke_style |
| Additional path/line/polyline stroke styles. NB: https://yuanchuan.dev/fun-with-stroke-dasharray. More... | |
| struct | svg::transform |
| Datum consolidating transform possibilities. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform. More... | |
| struct | svg::typography |
Namespaces | |
| namespace | svg |
Enumerations | |
| enum class | svg::unit { svg::meter , svg::m , svg::centimeter , svg::cm , svg::millimeter , svg::mm , svg::inch , svg::in , svg::pixel , svg::px , svg::point , svg::pt } |
| Measurement abstraction for absolute (not relative) measurements. More... | |
| enum class | svg::marker_shape { svg::none = 0 , svg::circle , svg::triangle , svg::square , svg::hexagon , svg::octahedron , svg::icosahedron , svg::sunburst , svg::x , svg::blob , svg::lauburu , svg::wave } |
| Marker shape. More... | |
Functions | |
| const string | svg::to_string (const unit e) |
| const string | svg::to_string (const marker_shape e) |
| const string | svg::to_string (const style &s) |