adamfairhead / webicons

Webicons is a set of resolution-independent social icons for use on your website. They use feature-detected SVG graphics (with PNG fallbacks) to display the icons over their appropriate negatively indented anchor titles.
531 stars 61 forks source link

Would it be possible to add the "width" and "height" attribute to the icons? #40

Open marco-cam opened 10 years ago

marco-cam commented 10 years ago

When not using the css styling file Firefox and other browsers set to 0 by default missing width and height attributes in the SVG images. Doing so (following strictly the W3C specs) the images would not render.

That's the case when the icons are used as images together with a canvas.

Can it be possible to set a default width and height attributes to the icons?