wPaint
wPaint copied to clipboard
jQuery Paint Plugin
Thanks for such a wonderful tool providing us! I am using in my project but facing an issue the issue is when I draw an image and after that draw...
I need the line to always keep the same thickness regardless of the size of the board in pixels. For this I need to be able to set the line...
Hello, i am using this on a web page over an image. image is changed as user need to view another image but then wpaint stop working, is there any...
My scenario: I'm running wPaint in a lightbox, when the lightbox opens it calls the init functions for wPaint. On the first opening all works great. However if the lightbox...
Hi, this correction is needed to avoid to have an error in the path of menu's images after some instances of wPaint. Indeed : Initially, the items of $.fn.wPaint.menus have...
Hi Is it possible to draw on webpage? Can we use only toolbar and entire page as canvas to draw?
Hello guys, i am trying the callback in the documentation but its not working. $("#wPaint").wPaint({ onDrawDown: function (e) { console.log(this.settings.mode + ": " + e.pageX + ',' + e.pageY); },...
Hi, Is there a way to remove menu ?
no icons
on Mac, buttons are blank and email, upload, etc., are missing altogether...thanks.
Hello, I'm trying to resize my canvas on change of device orientation in mobile web view. I'm using the below code: $(window).resize(function () { $('#wPaint_181_17').css({ width: $(window).width(), height: $(window).height() });...