w0rm / gulp-svgstore

Combine svg files into one with symbol elements

Home Page:https://www.npmjs.com/package/gulp-svgstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing doctype from generated sprite sheet

petebarr opened this issue · comments

Hi,

Just wondering if there's a way to remove the doctype and xml header from the main generated sprite sheet?

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

@petebarr there is an option for this svgstore({ inlineSvg: true }), check the README.

Aghhh! Sorry, I must be blind. Cheers!