InkscapeMap 0.10.0
What does this software do?
InkscapeMap can open SVG files, and in particular Inkscape generated files
(see http://www.inkscape.org).
It can then extract coordinates from shapes in the SVG and save these information in an HTML imagemap
or plain text file.
Limitations
- Don't scale/translate/mirror shapes. Transformations are not yet supported
- The paths should be composed only by straight lines and Bezier curves. Elliptical arcs are not supported.
- If the path is open, the tool will close it
- It's easier to identify shapes in the interface if all the shape in the
SVG have a label or an id (which you can set in the property windows of Inkscape).
How to use
- Open an SVG file via
File→Open
- The software will load the file and extract paths information
- Un-check in the table the shapes you don't want to be included in the output file
- Set some property on the shapes:
- Double click in the
HREF
and Additional text
cells to add text on a single shape (HREF
will be used only
in HTML imagemaps)
- Change the
Segments
value for circles and Bezier curves
to fine tune the approximation
- Choose either
File→Save as HTML imagemap
or File→Save
as coordinates
to save these information to a file
Bugs, suggestions, contacts
You can post bug reports and suggestions in the project forum at the
SourceForge page
Change log
- 0.10.0
- Added support for Bezier curves, rounded rectangles, circles, ellipses
- 0.9
- Added support for rectangles. Added about screen and updated help. Output size now truncated to integer values.
- 0.8
- Ability to change output size. Support for H, h, V, v (horizontal and vertical coordinate specifications) in paths
- 0.7
- Added relative points support, UTF-8 output, improved implicit "move/line to command" support, added parse logs. Imporoved support for SVG 1.1/Inkscape 0.48.