Commit 60730f00 authored by Oleg.Korshul's avatar Oleg.Korshul

source-in

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65350 954022d7-b5bf-4e40-9824-e11837661b57
parent d5de16ba
......@@ -127,7 +127,7 @@ CGlyphData.prototype =
this.m_oCanvas.height = height;
this.m_oContext = this.m_oCanvas.getContext('2d');
this.m_oContext.globalCompositeOperation = "source-atop";
this.m_oContext.globalCompositeOperation = "source-in";
},
checkColor : function(r,g,b,w,h)
{
......
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