Class
Prawn::Svg::Parser::Path
In:
lib/prawn/svg/parser/path.rb
Parent:
Object
Methods
parse
Constants
InvalidError
=
Class.new(StandardError)
Raised if the SVG path cannot be parsed.
Public Instance methods
parse
(data)
Parses an SVG path and returns a
Prawn
-compatible call tree.
[Validate]