Message 1 of 5
What are the SVG requirements to import SVG files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm generating svg files with python, using svgwrite (https://svgwrite.readthedocs.io/en/latest/index.html).
I'm able to generate svg files that open and look right in chrome and inkscape. I'm using a path (I read that Fusion 360 only supports importing svg paths), but I still cannot get it to show up in my sketch. I've attached a sample svg file. Can you provide guidance?