Bare with me, this patch is a bit messy and unfinished, but somehow useful.
I saw a couple of SVG threads recently, and I think it would be good to combine efforts.
This patch helps you to create animations from a simple svg file.
It contains an SVG Parser, which reads an SVG file, parse it’s different elements:
- line
- polyline
- polygon
- rect
- Paths (doesn’t work yet).
With the coordinates, it’s then easy to display the objects in a DX Renderer.
I thought some of you might be interested in this approach, and could to help me cleaning up and organizing the patches. I need help parse and display the Paths.
This will be part of the Mapping Toolkit release.
SVG.rar (194.3 kB)