From: kamichi Date: Sat, 2 Feb 2013 08:35:56 +0000 (+0900) Subject: fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=127075548b392c7cb18b97028048a94417c9579f;p=chise%2Fkage.git fixed. --- diff --git a/engine/kage.js b/engine/kage.js index fc4ea88..d2fc215 100755 --- a/engine/kage.js +++ b/engine/kage.js @@ -59,7 +59,7 @@ function Kage(size){ var result = new Array(); var box = this.getBox(buhin); if(sx != 0 || sy != 0){ - if(sx > 200){ + if(sx > 100){ sx -= 200; // Ǥ°ÕÅÀ¥â¡¼¥É } else { sx2 = 0; // Ãæ¿´ÅÀ¥â¡¼¥É @@ -377,7 +377,7 @@ function Kage(size){ var strokes = glyph.split("$"); var box = this.getBox(glyph); if(sx != 0 || sy != 0){ - if(sx > 200){ + if(sx > 100){ sx -= 200; // Ǥ°ÕÅÀ¥â¡¼¥É } else { sx2 = 0; // Ãæ¿´ÅÀ¥â¡¼¥É