修订版 | 5e3d0f7c65eeb6fd0eb5139d4d67e91f69f88345 (tree) |
---|---|
时间 | 2013-03-29 23:51:17 |
作者 | nekora <nekora@user...> |
Commiter | nekora |
内側切り出し位置を内枠ではなく外枠に変更
@@ -5,3 +5,4 @@ | ||
5 | 5 | /MDPSprocess2.log |
6 | 6 | /MDPSprocess3.log |
7 | 7 | /MDPSprocess4.log |
8 | +/MDPSprocess5.log |
@@ -68,7 +68,7 @@ public class InputPaper { | ||
68 | 68 | //貼り付け位置右 |
69 | 69 | putR = new Point(); |
70 | 70 | |
71 | - cropR.x = inner.x; | |
71 | + cropR.x = outer.x; | |
72 | 72 | putR.x = w/2; |
73 | 73 | |
74 | 74 | if( Math.abs( h- paper.height )<GOSA ){ |