Tagged Questions
2
votes
3answers
2k views
Extracting path data from an SVG map to use in RaphaelJs
I'm trying to build an an interactive map using RaphaelJS (e.g. http://raphaeljs.com/australia.html). Please check the source. It requires map path data to input. There is no clear explanation ...
1
vote
1answer
183 views
Write an equivalent <svg> for a <image xlink:href=“something.svg” />
Feel free to ask for more context if you're wondering why this is necessary, or want to suggest a better way to solve the bigger problem. (It involves laying out a bunch of building floor plans onto ...