shakyShane / gulp-svg-sprites

Create SVG sprites or compile to <symbols>
MIT License
334 stars 45 forks source link

No height and no width in generated svg element #125

Open chrisjaimes opened 4 years ago

chrisjaimes commented 4 years ago

hi,

Is there a way I can generate the sprite without the height and width attributes in the element? That way I don't have to change it manually.

<svg viewBox="0 0 64 64" width="64" height="64" id="logo" ...

thanks