Hossam
Hossam
Thanks Ivan for your reply. Any way to copy the image from the canvas will be fine, here is some ideas that may help you to improve Painterro: This one...
Here is another way to copy canvas, I got it work only in Chrome ``` Copy function copy() { const canvas = document.createElement("canvas"); canvas.width = 300; canvas.height = 300; document.body.appendChild(canvas);...
substituting img tag look like a new and good idea, but I don't know about it. Another three things that will make Painterro complete and very useful: - Rotate (when...
@ivictbor Well done :) ! ctrl+c is fine. Thank you for the great work on this great tool. I tried to test it locally but It didn't work. I just...
I'm using the last version of Windows Chrome Version 88.0.4324.182 (Official Build) (64-bit) And the last version of Windows Firefox Version 85.0.2 (64-bit) In both not working :-/ Painterro 1.2.36...
@ivictbor I don't know how you test it with Ctrl+w :) , this shortcut close the open tab in Chrome, Firefox and almost all browsers. If Ctrl+w works on your...
Thanks for your reply. Can you please test the ctrl+c and let me know if it works on your side to copy the selection from the canvas into clipboard? Ctrl+v...