How do I import custom SVG shapes into Dia?
Asked Answered
I

1

10

I haven't been able to import an SVG shape into Dia. It is expecting a .shape format (see http://dia-installer.de/howto/create_shape/index.html)

One solution is to export the Dia figure as SVG and edit it in Inkscape, but I'd really like to know how to import some SVG clipart directly into Dia.

Iinde answered 10/1, 2011 at 2:33 Comment(0)
B
12

There is a way to import them but they lose quality as advanced transparency seems to be unsupported:

1) Drag and drop the SVG file into an empty drawing area.

2) Export it as .shape: File -> Export... Then select "By extension" and save the file as .shape. Then a dialog will appear. Choose the default size in there.

3) Import it: F9 -> NEW -> SVG Shape (select the file)

That's it. If you want to import more advanced drawings, I suggest you to try different formats, for example, PNG are imported really nicely (but of course are not vectors).

Hope it helps (and I hope DIA team implements more advanced SVG support).

Brookweed answered 18/1, 2011 at 9:21 Comment(2)
I've downlaoded the AWS Simple Icons set in SVG format, so now I want to know: How can one do MANY...?Koffler
Maybe you could try: code.google.com/p/image2dia I haven't tried it, but if that doesn't work, the only way is to convert one by one. BTW, "convert" command from imagemagick can convert svg to shape but those "shape" files seems not to be not compatible with DIA.Brookweed

© 2022 - 2024 — McMap. All rights reserved.