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::stroke_style |
Additional path/line/polyline stroke styles. More... | |
struct | svg::style |
Datum consolidating style preferences. 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... | |
Functions | |
const string | svg::to_string (const style &s) |
const string | svg::to_string (const unit e) |