I have several images in an inkscape file to export as js .
How do you get from axis aligned bounding box upper left corner to image position /rotation ?
Rotation is available as matrix : math.degrees(math.atan2(m2 , m0)) gives angle of rotation .
I am trying to adapt code from this website for the pourpose , but not sure how to invert the process :
http://abdiassoftware.com/blog/2013/10/get-bounding-box-of-a-rotated-rectangle/
svg to js
-
- Posts: 1
- Joined: Tue Jan 28, 2014 4:30 am
Re: svg to js
hi 
I coded an extension which exports Inkscape SVG to JSON.
It has a lot of really handy utility functions.
https://github.com/larscwallin/bansai
Hope you will have fun with it!

I coded an extension which exports Inkscape SVG to JSON.
It has a lot of really handy utility functions.
https://github.com/larscwallin/bansai
Hope you will have fun with it!