Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing SVG
#2
The problem comes from the very basic support of SVG import : only "path" elements and basic shapes (like "rect" or "line") are recognized and added as gimp vectors.
This file https://en.wikipedia.org/wiki/Protractor...ersion.svg has several "text" elements and "use" elements (to make copy of other existing elements) which are simply ignored.

The -hard- way to fix this is to edit the svg file before importing into Gimp.
Quickly tested with Inkscape, you can
  • select all "use" elements and do Edit > Clone > Unlink Clone
  • select all "text" elements and do Path > Object to Path
Reply


Messages In This Thread
Importing SVG - by Krikor - 09-30-2022, 12:20 AM
RE: Importing SVG - by tmanni - 09-30-2022, 05:07 AM
RE: Importing SVG - by rich2005 - 09-30-2022, 07:58 AM
RE: Importing SVG - by rich2005 - 09-30-2022, 12:19 PM
RE: Importing SVG - by Krikor - 10-01-2022, 03:26 PM

Forum Jump: