Message 1 of 1
SVG import ignores viewbox for dimensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm using the external software boxes.py, upon importing the svg files it created, I get the wrong dimension. The file content does not specifiy units, which should mean pixels (which what Fusion 360 does.) I have contacted the developer, and he stated, correctly in my opinion, that the files created contain in the svg element the following properties that should have scaled the content to be in mm: width, height, and viewBox. It seems that fusion 360 ignores those properties. Specifically in my file the values are:
width="364.43mm" height="176.75mm" viewBox="0.0 0.0 364.43 176.75"
I have a workaround of scaling up by the factor of 3.7795, but I still thought to report this bug.