Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other SVG path viewport problem Reply To: SVG path viewport problem

#296388
Paulie_D
Member

No….your current path is based on a box 58×58 and the path co-ordinates are referencing that box.

Either you change the path or, with a lot of trial and error, adjust the viewbox so it fits the path. You’ll just have to experiment.

http://tutorials.jenkov.com/svg/path-element.html

http://tutorials.jenkov.com/svg/svg-viewport-view-box.html