Commit e9fd2a15 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add half selection

parent 6988f6fd
...@@ -120,6 +120,8 @@ ...@@ -120,6 +120,8 @@
ctx.fillRect(1, 1, 1, 1); ctx.fillRect(1, 1, 1, 1);
this.ptrnLineDotted1 = ctx.createPattern(cnv, "repeat"); this.ptrnLineDotted1 = ctx.createPattern(cnv, "repeat");
this.halfSelection = false;
return this; return this;
} }
......
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