Commit 98d26000 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49765 954022d7-b5bf-4e40-9824-e11837661b57
parent 4f7438f3
......@@ -495,6 +495,8 @@ CShapeDrawer.prototype =
var bIsCheckBounds = false;
/*
// чуть подольше, но зато с полной поддержкой прозрачности
if (graphics.ClearMode === true)
{
if (this.UniFill == null || this.UniFill.fill == null)
......@@ -518,6 +520,7 @@ CShapeDrawer.prototype =
return;
}
*/
if (this.UniFill == null || this.UniFill.fill == null)
this.bIsNoFillAttack = true;
......
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