Change viewbox attribute in svg exported by illustrator?
I have a SVG file with viewBox="-155.7 -99 510 510". I believe this offset the paths in Mac OS X preview by -155.7 -99. when I open the SVG in Illustrator, the paths are not offset at all. how do I export this svg such that: 1. viewBox="0 0 510 510" 2. and all the paths have added off set of -155.7 -99I have tried changing the position of the artboard but the origin of viewbox is never 0,0.