websanova / wPaint

jQuery Paint Plugin
http://wpaint.websanova.com
351 stars 128 forks source link

Making shapes movable #35

Open saisurya opened 11 years ago

saisurya commented 11 years ago

Hi,

I'm trying to make the shapes movable once they're drawn on canvas. I understand that you're busy :) Could you give me some guidance on where to start etc.

This is what I'm trying to achieve. http://simonsarris.com/blog/510-making-html5-canvas-useful

I need a starting point because I'm a bit confused and lost in wPaint.js code.

Thanks & Regards, Sai Surya.

adunkey commented 11 years ago

I need something similar; that when you load an image it can e moved(and resized) around the canvas? is this possible?

thanks, ad

websanova commented 11 years ago

No, its not possible with this plugin. Its just a simple paint app. Doing moveable shapes is a bit more complex as it involves layering and many other things. Sorry, but I don't have any plans for this type of functionality for the time being. On Apr 25, 2013 7:26 PM, "adunkey" notifications@github.com wrote:

I need something similar; that when you load an image it can e moved(and resized) around the canvas? is this possible?

thanks, ad

— Reply to this email directly or view it on GitHubhttps://github.com/websanova/wPaint/issues/35#issuecomment-17003575 .

adunkey commented 11 years ago

no problem - thanks for the quick reply. Savage piece of coding you did all the same - thanks!