izzi
SVG SUBSET C++ API
|
Go to the source code of this file.
Namespaces | |
namespace | svg |
Functions | |
marker_element | svg::make_marker_circle (const std::string id, const area<> ma, const point_2t mcp, const uint radius, const style styl) |
marker_element | svg::make_marker_element (const std::string id, const area<> ma, const point_2t mcp, const std::string raw) |
Base function for generating SVG markers in a defs section. | |
marker_element | svg::make_marker_rect (const std::string id, const area<> ma, const point_2t mcp, const style styl) |
string | svg::make_marker_set_n (const double i) |
Create a set of markers bounded by a rectangle of size n. | |
marker_element | svg::make_marker_triangle (const std::string id, const area<> ma, const point_2t mcp, const uint radius, const style styl) |
marker_element | svg::make_marker_x (const std::string id, const area<> ma, const point_2t mcp, const uint radius, const style styl) |
void | svg::make_markers (svg_element &obj) |
Make black/white/wcag markers with sizes 4x4 and 2x2. | |