Versions in this module Expand all Collapse all v1 v1.0.1 Jul 18, 2022 v1.0.0 Jul 18, 2022 Changes in this version + type Command struct + Params []float64 + Symbol string + func (c *Command) Compare(o *Command) bool + func (c *Command) IsAbsolute() bool + type Path struct + Subpaths []*Subpath + func PathParser(raw string) (*Path, error) + func (p *Path) Compare(o *Path) bool + type PathParserError struct + func (err PathParserError) Error() string + type Style struct + Property string + Value string + type Styles []*Style + func StyleParser(raw string) Styles + func (ss Styles) Compare(o Styles) bool + type Subpath struct + Commands []*Command + func (s *Subpath) Compare(o *Subpath) bool