Rob Nova

Results 66 comments of Rob Nova

What version of ie are you using? On Thu, Oct 31, 2013 at 9:42 PM, tuanvns [email protected] wrote: > [image: 2013-10-31 21_37_53-websanova __ wpaint]https://f.cloud.github.com/assets/1916608/1446622/8fc6ee0e-423a-11e3-892d-61a38c97b773.png > > Please take a look...

How are you capturing the "page image"?

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,...

Sorry, this feature is currently not in there, but vim working on a version 2 of this plugin that will include that, maybe done in a 2 months On Apr...

That's up to you, nothing to do with plugin On Mar 24, 2014 3:14 PM, "shishirshukla" [email protected] wrote: > Hi , > Is there any way to save the contents...

You can use whatever you want. Its just data from .wPaint('image') call. On Mar 24, 2014 3:18 PM, "shishirshukla" [email protected] wrote: > Can I use kinect.js or any other plugin...

Just replace the images that are there or set a path to your own image file. On Apr 28, 2014 6:25 AM, "yahyaoffroad" [email protected] wrote: > can i use custom...

That's related to wColorPicker plugin, will have to update. On Feb 26, 2014 5:27 PM, "morleyt" [email protected] wrote: > Hi, > > Great plugin! Unfortunately I've encountered an issue with...

You can use the "bg" option. Or just change the background of the div yourself. On Jan 26, 2014 3:42 PM, "phanhung" [email protected] wrote: > This plugin very good ,...

not the theme, just "bg", for example: ``` $("#elem").wPaint({ bg: '#ff0000' }); ```