Commit ae87bc88 authored by Oleg.Korshul's avatar Oleg.Korshul

печать шейпов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49021 954022d7-b5bf-4e40-9824-e11837661b57
parent 3c7b8506
...@@ -3128,7 +3128,7 @@ function DrawingObjects() { ...@@ -3128,7 +3128,7 @@ function DrawingObjects() {
// Shape render // Shape render
if ( obj.isGraphicObject() ) { if ( obj.isGraphicObject() ) {
obj.graphicObject.draw( printOptions ? printOptions.ctx : shapeCtx); obj.graphicObject.draw( printOptions ? printOptions.ctx.DocumentRenderer : shapeCtx);
continue; continue;
} }
} }
......
This diff is collapsed.
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