ArtCanvas
ArtCanvas copied to clipboard
Use artcanvas inside a rotated div
Hi there, when using artcanvas inside a rotated div, the point drawn does not correspond with the point clicked.
Any idea how to solve this? :_), i'm quite surprised the transform scale is working nice tho :-). But transform rotate is not handled correctly. i tried to solve it myself, but no idea yet about how to approach it...
thank you
I'm sorry to late reply. Thank you for posting issue. One of solution that I think is to have stack array for saving paths and to have layers like Photoshop. Therefore, ArtCanvas must be changed fundamentally. So, I created prototype s version 2.x and demo application that uses the prototype (http://korilakkuma.github.io/ArtCanvas/). Currently, source code does not have comments and README does not exists. I plan to create these as soon as possible. Thank you.