Well, I'm using Inkscape to design websites, I do all the images, and then I save the objects separated in differents images, but when I save them, the border pattern offset change :S.
Better an example to explain it, because my english is really bad xDDD:
This is the image in Inkscape SVG:
http://img66.imageshack.us/img66/3430/goodh.png
And this one is the image saved as a PNG bitmap:
http://img66.imageshack.us/img66/4053/badm.png
It's a bug or it's fiexeable? :S
Border pattern offset isn't saving as bitmap correctly
Re: Border pattern offset isn't saving as bitmap correctly
Dash rendering is not exactly specified in the SVG standard, so you may not get the same dash spacing/alignment.
Try converting the stroke to a path, (which will convert each dash into its own filled shape) then export as a PNG. It should be the exact same as you see in inkscape, then.
-Rob A>
Try converting the stroke to a path, (which will convert each dash into its own filled shape) then export as a PNG. It should be the exact same as you see in inkscape, then.
-Rob A>