Commit 73306911 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 1b89473a
......@@ -4157,6 +4157,11 @@ function CDrawingDocument()
ctx.fillStyle = "#CFCFCF";
ctx.fill();
}
else
{
ctx.fillStyle = "#FFFFFF";
ctx.fill();
}
ctx.stroke();
ctx.beginPath();
......@@ -4261,6 +4266,11 @@ function CDrawingDocument()
ctx.fillStyle = "#CFCFCF";
ctx.fill();
}
else
{
ctx.fillStyle = "#FFFFFF";
ctx.fill();
}
ctx.stroke();
ctx.beginPath();
......
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