|
std::string | geometrize::exporter::getSingleShapeSVGData (const geometrize::rgba &color, const geometrize::Shape &shape, SVGExportOptions options=SVGExportOptions{}) |
| getSvgShapeData Gets the SVG data for a single shape. This is just the <rect>/<path> etc block for the shape itself, not a complete SVG image. More...
|
|
std::string | geometrize::exporter::exportSingleShapeSVG (const geometrize::rgba &color, const geometrize::Shape &shape, const std::uint32_t width, const std::uint32_t height, SVGExportOptions options=SVGExportOptions{}) |
| exportSVG Exports a single shape as a complete SVG image. More...
|
|
std::string | geometrize::exporter::exportSVG (const std::vector< geometrize::ShapeResult > &data, const std::uint32_t width, const std::uint32_t height, SVGExportOptions options=SVGExportOptions{}) |
| exportSVG Exports shape data as a complete SVG image. More...
|
|