Wikipedia: Scalable Vector Graphics (SVG)
w3schools: SVG path
w3.org: Paths
Parse and iterate over SVG path
Parsing SVG with an external program in Java
How to load and parse SVG documents
MetaPost
METAPOST – a user’s manual (PDF)
John Hobby
MetaPost
Projects
Apache FOP (Formatting Objects Processor), print formatter driven by XSL formatting objects
Wikipedia: Apache FOP (Formatting Objects Processor)
XSL-FO (Extensible Stylesheet Language – Formatting Objects)
XSL (Extensible Stylesheet Language)
API / SDK
Modules
- SVG DOM implementation
- SVG microsyntax parsers
- scripting module
- generator
- Swing SVG component
- transcoder module
Tools
- SVG rasterizer
- SVG converter
- pretty printer for SVG source files
W3 Java Language Binding
Download w3c.jar
Where has org.apache.batik.dom.svg.SVGDOMImplementation gone?
| M | moveto |
| L | lineto |
| H | horizontal lineto |
| V | vertical lineto |
| C | curveto |
| S | smooth curveto |
| Q | quadratic Bézier curve |
| T | smooth quadratic Bézier curveto |
| A | elliptical Arc |
| Z | closepath |