fritzing / fritzing-parts

Electronic components for use in the Fritzing app (aka the parts library)
http://fritzing.org/parts
Other
510 stars 359 forks source link

Fix SVGs with missing xmlns attribute. #211

Closed jensh closed 4 years ago

jensh commented 5 years ago

Add missing attribute: 'xmlns="http://www.w3.org/2000/svg"'

This is needed in most browsers to be viewable with <img src="*.svg">.

(I'm unsure, if i should create a pull request on nightlyParts or develop. What would be the correct branch?)