Commit d0186881 by Dmitry Baranovskiy

Fix for fonts

parent 0473e7e3
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2721,7 +2721,7 @@ window.Raphael = (function () { ...@@ -2721,7 +2721,7 @@ window.Raphael = (function () {
}) + "z" }) + "z"
}; };
if (path.k) { if (path.k) {
for (var k in path.k) if (path.khasOwnProperty(k)) { for (var k in path.k) if (path.hasOwnProperty(k)) {
fontcopy.glyphs[glyph].k[k] = path.k[k]; fontcopy.glyphs[glyph].k[k] = path.k[k];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment