gulp-svgstore
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -31,2 +31,3 @@ 'use strict'; | ||
contents.forEach(function (child) { | ||
child.namespace(null) | ||
g.addChild(child) | ||
@@ -33,0 +34,0 @@ }) |
{ | ||
"name": "gulp-svgstore", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Combine svg files into one with defs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,6 +35,6 @@ gulp-svgstore | ||
<g id="icon-circle"> | ||
<circle xmlns="http://www.w3.org/2000/svg" fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" cx="20" cy="20" r="10"/> | ||
<circle fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" cx="20" cy="20" r="10"/> | ||
</g> | ||
<g id="icon-square"> | ||
<path xmlns="http://www.w3.org/2000/svg" fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" d="M10 10h20v20h-20z"/> | ||
<path fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" d="M10 10h20v20h-20z"/> | ||
</g> | ||
@@ -41,0 +41,0 @@ </defs> |
45
4781