Method summary
- __init__(self, lexer = svg_lexer)
- parse(self, text)
- rule_closepath(self, next, token)
- rule_coordinate(self, next, token)
- rule_coordinate_pair(self, next, token)
- rule_curveto1(self, next, token)
- rule_curveto2(self, next, token)
- rule_curveto3(self, next, token)
- rule_elliptical_arc(self, next, token)
- rule_moveto_or_lineto(self, next, token)
- rule_orthogonal_lineto(self, next, token)
- rule_svg_path(self, next, token)
Methods
- __init__(self, lexer = svg_lexer)
- parse(self, text)
Parse a string of SVG <path> data.
- rule_closepath(self, next, token)
- rule_coordinate(self, next, token)
- rule_coordinate_pair(self, next, token)
- rule_curveto1(self, next, token)
- rule_curveto2(self, next, token)
- rule_curveto3(self, next, token)
- rule_elliptical_arc(self, next, token)
- rule_moveto_or_lineto(self, next, token)
- rule_orthogonal_lineto(self, next, token)
- rule_svg_path(self, next, token)