nodeca / probe-image-size

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

Fix re for svg width to exclude stroke-width #33

Closed e2e8 closed 5 years ago

e2e8 commented 5 years ago

This change fixes the svg regular expression for width. The old re erroneously matches stroke-width in addition to width.

puzrin commented 5 years ago

Great! Could you add test?

e2e8 commented 5 years ago

Added a test. Wasn't sure about the intent of the "describe('coverage'" block so I put it above that.