We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe36d9f commit d052503Copy full SHA for d052503
font-awesome-svg-png.js
@@ -159,7 +159,7 @@ function run() {
159
160
var m = result.data.match('(<path.*\/>)');
161
162
- var svgPath = m[1].replace('path', 'path id="' + name + '"');
+ var svgPath = m[1].replace('path', 'path id="fa-' + name + '"');
163
if(outSvgSheet)
164
outSvgSheet.write(svgPath.replace(/\s*fill="[^"]+"/, '') + '\n');
165
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "font-awesome-svg-png",
3
- "version": "1.0.16",
+ "version": "1.0.17",
4
"description": "Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator",
5
"main": "font-awesome-svg-png",
6
"scripts": {
0 commit comments