Nothing painted just on tap
Hi! Nice plugin, thanks a lot!
The only issue I faced: once you just tap on the canvas, nothing is painted, no dot. Only if you swipe for a short, then you get something.
Would it be possible to update the plugin in order to get "dots" just on tap? Would be really useful.
Thanks in advance!
By the way, I slightly modified the source code and got what I wanted - now the dot with R of 1 pixel will be drawn if user just taped the screen without moving his finger for a while.
Hello and sorry for the late reply. Sure we can add that functionality to the lib! If you already have it implemented, could you please send a pull request?
I will try - I've never done this before :) I also implemented "erase" function but it's a bit dirty - it erases complete path which is met on the way of the "eraser" - a square form.
Probably you can have a look on code and make it better :)
So, looks like, pull request is generated. Have a look :)
Thank you! Will take a deep look at it when I have some time :)
Any news? :) I've just upgraded the lib a bit further to export Map of paths/paint in order to be able to re-load them into canvas for re-use.
Hey! Sorry, i have had no time to look at this because of work. But i will take a look at it now as i'm on holiday :) Wow, cool! Would you mind posting another PR with that functionality? That is something i wanted to implement here but i didn't have any time for it :(
Thanks for feedback! I think, I still need a bit of time to make it fully functionable. Hope to post in couple of weeks
Take your time. No need to hurry :)
By the way, I slightly modified the source code and got what I wanted - now the dot with R of 1 pixel will be drawn if user just taped the screen without moving his finger for a while.
hi, do you know how I can achieve this? https://github.com/ja2375/painter2/issues/5