fix: flipped flip plane

This commit is contained in:
httpjamesm 2023-10-17 22:13:13 -04:00
parent 37a4bef438
commit f29e7dbce7
No known key found for this signature in database

View file

@ -110,7 +110,7 @@ const TransformMenu = () => {
context.save();
if (direction === 'vertical') {
if (direction === 'horizontal') {
context.translate(canvas.width, 0);
context.scale(-1, 1);
} else {