Fixed EPS output function.
authorKoichi KAMICHI <kamichi@fonts.jp>
Thu, 29 May 2008 09:56:27 +0000 (09:56 +0000)
committerKoichi KAMICHI <kamichi@fonts.jp>
Thu, 29 May 2008 09:56:27 +0000 (09:56 +0000)
engine/polygons.js

index 7467878..f55f73b 100755 (executable)
@@ -65,7 +65,7 @@ function Polygons(){
        buffer += "%%CreationDate: " + new Date() + "\n";\r
        buffer += "%%EndComments\n";\r
        buffer += "%%EndProlog\n";\r
-       buffer += "%%Page \"Kanji glyph\" 1\n";\r
+       buffer += "%%Page: \"Kanji glyph\" 1\n";\r
        buffer += "newpath\n";\r
        \r
        for(var i = 0; i < this.array.length; i++){\r