Issue #311 : Add lasso tool. Implementation and cleanup

This commit is contained in:
jdescottes
2015-09-22 00:33:04 +02:00
parent 7554b3355c
commit 28912fc58f
11 changed files with 207 additions and 225 deletions

View File

@@ -163,7 +163,8 @@
cursor: url(../img/icons/hand.png) 7 7, pointer;
}
.tool-rectangle-select .drawing-canvas-container:hover {
.tool-rectangle-select .drawing-canvas-container:hover,
.tool-lasso-select .drawing-canvas-container:hover {
cursor: crosshair;
}