[][src]Module geo_svg_io::geo_svg_reader

Structs

InvalidSvgError
SvgGeometryCollectionForGeometryError
SvgUnsupportedGeometryTypeError

Enums

SvgError

Functions

svg_d_path_to_geometry

Parses the d-string from an SVG <path> element into a single Geometry

svg_d_path_to_geometry_collection

Parses the d-string from an SVG <path> element into a GeometryCollection

svg_to_geometry

Returns a Geometry parsed from the submitted SVG element

svg_to_geometry_collection

Returns a GeometryCollection parsed from the submitted SVG element