Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
Element is a representation of an SVG element.
type Path ¶
type Path struct {
Commands []*PathCommand
}
Path is a collection of all the subpaths in path data attribute.
type PathCommand ¶
PathCommand is a representation of an SVG path command. It contains the operator symbol and the command's parameters.
func (*PathCommand) Equal ¶
func (c *PathCommand) Equal(o *PathCommand) bool
Equal compares two commands.
func (*PathCommand) IsAbsolute ¶
func (c *PathCommand) IsAbsolute() bool
IsAbsolute returns true is the SVG path command is absolute.
Click to show internal directories.
Click to hide internal directories.