馃憢just stumbled across you vector editor webpage today.
When I first grabbed the X coordinate draginput and moved it left and right, nothing changed (the SVG rect just wiggled a little), and then I realized it's tuned to vertical drags. So then grabbing the Y draginput, I was surprised to see the response inverted, where dragging up moved the box down, and down moved the box up 馃檭. Similarly for height, dragging up moved the rect bottom down, and up moved the rect buttom up.
Proposal: tailor the draginput controls for Y and Height fields with an "inverted" property to align cursor movement to object response. Optionally for X and Width properties, support mouse X to update the value.

馃憢just stumbled across you vector editor webpage today.
When I first grabbed the X coordinate draginput and moved it left and right, nothing changed (the SVG rect just wiggled a little), and then I realized it's tuned to vertical drags. So then grabbing the Y draginput, I was surprised to see the response inverted, where dragging up moved the box down, and down moved the box up 馃檭. Similarly for height, dragging up moved the rect bottom down, and up moved the rect buttom up.
Proposal: tailor the draginput controls for Y and Height fields with an "inverted" property to align cursor movement to object response. Optionally for X and Width properties, support mouse X to update the value.