Pavliko / postcss-svg

PostCSS plug-in which to insert inline SVG to CSS and allows you to manage it colors.
http://pavliko.github.io/postcss-svg/
Creative Commons Zero v1.0 Universal
124 stars 23 forks source link

Disable the { strip } option from doT #15

Closed fabiosantoscode closed 9 years ago

fabiosantoscode commented 9 years ago

It was ruining my SVG output.

I had an SVG with a \n character inside a points attribute of a <polygon>, and doT removed the \n, joining two points and ruining my beautiful shape!

Adding the {strip:false} option fixes this, but I had do use _.merge for some reason, or the doT output would completely change.

fabiosantoscode commented 9 years ago

Redoing as #16 because this one is broken.