Module: Fontisan::SvgToGlyf::Path
- Defined in:
- lib/fontisan/svg_to_glyf/path.rb,
lib/fontisan/svg_to_glyf/path/state.rb,
lib/fontisan/svg_to_glyf/path/parser.rb,
lib/fontisan/svg_to_glyf/path/command.rb,
lib/fontisan/svg_to_glyf/path/contour_builder.rb
Overview
SVG path parsing: tokenize the d attribute and produce typed
Command value objects ready for contour assembly.
Defined Under Namespace
Modules: Parser Classes: Command, ContourBuilder, State