Issue #315 : Implement custom replay for transform tools + add drawing test support

This commit is contained in:
jdescottes
2015-10-02 01:27:59 +02:00
parent 48d1214a6d
commit a8f727fdcd
17 changed files with 2794 additions and 21 deletions

View File

@ -5,6 +5,7 @@
"history.basic.json",
"layers.fun.json",
"layers.merge.json",
"lighten.darken.json",
"move.json",
"move-alllayers-allframes.json",
"pen.secondary.color.json",
@ -12,5 +13,11 @@
"squares.circles.json",
"stroke.json",
"verticalpen.drawing.json",
"dithering.basic.json"
"dithering.basic.json",
"transform.clone.once.json",
"transform.clone.twice.undo.once.json",
"transform.rotate.once.alt.json",
"transform.rotate.twice.undo.once.json",
"transform.mirror.once.alt.json",
"transform.mirror.twice.undo.once.json"
];