Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,7 @@ | ||
2.0.2 / 2015-08-23 | ||
------------------ | ||
- Fixed parse empty SVG glyphs without `d` attribute. | ||
2.0.1 / 2015-07-17 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -244,2 +244,3 @@ 'use strict'; | ||
this.contours = []; | ||
this.d = ''; | ||
this.id = ''; | ||
@@ -246,0 +247,0 @@ this.height = 0; |
{ | ||
"name": "svg2ttf", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Converts SVG font to TTF font", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83519
2138