Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathBounds ¶
PathBounds represents the maximum X and Y coordinates of a path
func ProcessSVGPath ¶
func ProcessSVGPath(pathData string) PathBounds
ProcessSVGPath computes approximate maximum X and Y coordinates from an SVG path definition (without transform)
func ProcessSVGPathWithTransform ¶
func ProcessSVGPathWithTransform(pathData, transformAttr string) PathBounds
ProcessSVGPathWithTransform computes approximate maximum X and Y coordinates from an SVG path definition and transform
Click to show internal directories.
Click to hide internal directories.