Commit 89b57a9b authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

clip bug styles

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55946 954022d7-b5bf-4e40-9824-e11837661b57
parent 82cf14c9
...@@ -6158,14 +6158,15 @@ function CStylesPainter() ...@@ -6158,14 +6158,15 @@ function CStylesPainter()
var w = dKoefToMM * this.STYLE_THUMBNAIL_WIDTH; var w = dKoefToMM * this.STYLE_THUMBNAIL_WIDTH;
var off = 10 * dKoefToMM; var off = 10 * dKoefToMM;
var off2 = 5 * dKoefToMM; var off2 = 5 * dKoefToMM;
var off3 = 1 * dKoefToMM;
graphics.transform(1,0,0,1,0,0); graphics.transform(1,0,0,1,0,0);
graphics.save(); graphics.save();
graphics._s(); graphics._s();
graphics._m(off2, y); graphics._m(off2, y + off3);
graphics._l(w - off, y); graphics._l(w - off, y + off3);
graphics._l(w - off, b); graphics._l(w - off, b - off3);
graphics._l(off2, b); graphics._l(off2, b - off3);
graphics._z(); graphics._z();
graphics.clip(); graphics.clip();
......
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 to comment