PanderMusubi / inkscape-open-symbols

Open source SVG symbol sets that can be used as Inkscape symbols
MIT License
700 stars 95 forks source link

CircuiTikz symbols scrambled #78

Closed bahram-houchmandzadeh closed 7 years ago

bahram-houchmandzadeh commented 7 years ago

Installed electronic symbols (CircuiTikz) appear completely scrambled and useless (see screenshot attached). All other symbols tested appear fine. System : Ubuntu 17.04 Inkscape : 0.92.1

circuitikz

Xaviju commented 7 years ago

Sorry, I have no knowledge of electrical symbols. It actually looks like is broken or bad-formed. It was created at #68 by @joel-jose I'll review the code but I'll need help to find out what each symbol means and how should it look.

joel-jose commented 7 years ago

I'll take a look at them asap.

joel-jose commented 7 years ago

This is caused by #77. Line 12 of the SVG file style="fill:none;stroke:black; stroke-width:3px;" was overwritten to style="fill:black;stroke:none"which broke the symbols. I'll create a pull request with the fixed symbols.

Xaviju commented 7 years ago

That was fast! Thanks @joel-jose

bahram-houchmandzadeh commented 7 years ago

Thank you a lot. The problem is indeed solved.