Search found 3 matches
- Thu Sep 09, 2010 1:08 pm
- Forum: SVG / XML Code
- Topic: Coordinates in a path's data appear out of bounds.
- Replies: 7
- Views: 5178
Re: Coordinates in a path's data appear out of bounds.
@~suv Amazing! This absolutely did the trick. It also explains why the problem occurred only some of the time. I didn't realize it only happened when I re-sized the document. Thanks for the help mate! @druban & @tomh Thanks for the suggestions! @everyone Feel free to ignore the redundant and non...
- Thu Sep 09, 2010 1:31 am
- Forum: SVG / XML Code
- Topic: Coordinates in a path's data appear out of bounds.
- Replies: 7
- Views: 5178
Re: Coordinates in a path's data appear out of bounds.
Thank you both for your speedy replies! I'm aware that the 0,0 SVG origin is at the top left corner, and the 0,0 Inkscape origin is at the bottom left corner, and that a positive y value in SVG results in a lower screen position, while a positive y value in Inkscape results in a higher screen positi...
- Wed Sep 08, 2010 12:24 pm
- Forum: SVG / XML Code
- Topic: Coordinates in a path's data appear out of bounds.
- Replies: 7
- Views: 5178
Coordinates in a path's data appear out of bounds.
I use the path data generated by Inkscape in my Flex applications. The data from Inkscape maps perfectly to the Flex Framework's Path class, and I suggest you check out the technique if you ever play around with Flex. One problem I've run into while doing this is that sometimes the coordinates in th...