izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
a60-svg-base-types.h File Reference
#include <map>
#include <ostream>
#include <fstream>
#include <cstdint>
+ Include dependency graph for a60-svg-base-types.h:

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)