SVG Import Into Inkscape Issues #10678
-
If I download a cable trace svg and import that into Inkscape there are issues with how the image is displayed.
Am I messing something up importing the svg into other programs? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Does the svg display properly in your browser, if you open it as a standalone file? You can use a url like If it does, then I'd say this is something to take up with the Inkscape project. |
Beta Was this translation helpful? Give feedback.
-
IIRC, the specific issue with the black "shadow" along the cable fanout has to do with open vs. closed polygons. |
Beta Was this translation helpful? Give feedback.
-
I noticed on the Inscape issue that @CupcakeMunster is using Inkscape 1.0. That's a pretty old version at this point. I'm sure that the Inkscape devs will ask you to reproduce the problem on the current version (1.2.1 at this point) before they look at this. When I tried opening the SVG from the Inkscape issue in Inkscape 1.2.1 I get the following:
You also don't mention which version of NetBox that you used to generate the SVG, although I see the same problem in a cable trace that I generated with 3.3.5. |
Beta Was this translation helpful? Give feedback.
Does the svg display properly in your browser, if you open it as a standalone file? You can use a url like
file:///path/to/file.svg
If it does, then I'd say this is something to take up with the Inkscape project.