kartograph / kartograph.js

UNMAINTAINED Open source JavaScript renderer for Kartograph SVG maps
http://kartograph.org
GNU Lesser General Public License v3.0
1.51k stars 228 forks source link

Small fix for the resize function to correctly recalculate symbol positions. #25

Closed cmanon closed 12 years ago

cmanon commented 12 years ago

..., call clear() and then stroke() to recalculat the x, y coordinates.

cmanon commented 12 years ago

I made some other changes that I don't think you're interested, will try to create a pull request with the only two relevant changes.