nodeca / probe-image-size

Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
MIT License
988 stars 77 forks source link

Add support for camel cased SVG viewBox attriubte #11

Closed boromisp closed 7 years ago

boromisp commented 7 years ago

The viewBox attribute should be camel cased (https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute), but in practice, both forms are used.

puzrin commented 7 years ago

I'm about to release 3.0, could you rebase your PR to code from dev branch?