Commit 6f90f79e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

source-in

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65350 954022d7-b5bf-4e40-9824-e11837661b57
parent 2d214267
...@@ -127,7 +127,7 @@ CGlyphData.prototype = ...@@ -127,7 +127,7 @@ CGlyphData.prototype =
this.m_oCanvas.height = height; this.m_oCanvas.height = height;
this.m_oContext = this.m_oCanvas.getContext('2d'); 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) 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