Issue #311 : Add drawing test for lasso

This commit is contained in:
jdescottes 2015-09-22 08:05:30 +02:00
parent 28912fc58f
commit 9811a3a604
3 changed files with 5 additions and 2 deletions

View File

@ -22,5 +22,6 @@
"transform.rotate.alt.twice.undo.once.json",
"transform.flip.once.alt.json",
"transform.flip.twice.undo.once.json",
"transform.flip.thrice.undo.all.redo.all.json"
"transform.flip.thrice.undo.all.redo.all.json",
"selection.lasso.json"
]}

View File

@ -21,5 +21,6 @@
"transform.rotate.alt.twice.undo.once.json",
"transform.flip.once.alt.json",
"transform.flip.twice.undo.once.json",
"transform.flip.thrice.undo.all.redo.all.json"
"transform.flip.thrice.undo.all.redo.all.json",
"selection.lasso.json"
];

File diff suppressed because one or more lines are too long