package svg
Types
Svg
struct
RenderFile
RenderFile decodes and rasterizes the SVG stored at the given path, scaled to the given width/height (<=0 uses the SVG's intrinsic size).
RenderString
RenderString decodes and rasterizes an SVG provided as a string, scaled to the given width/height (<=0 uses the SVG's intrinsic size).