We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is it possible to save canvas with all custom elements like divs, p, a, etc. created (by p5.dom) and positioned on the canvas? The simple text() function was quite buggy for me, I decided to use createElement to simulate text on a canvas with possibility to edit it and change its position.
This question is similar to the unaswered question: https://forum.processing.org/two/discussion/19707/can-the-save-function-include-p5-elements-within-the-saved-image
Answers
I try this:
https://www.google.ca/?gws_rd=ssl#safe=active&q=javascript+screenshot+page&spf=1496844279587
Specifically:
https://stackoverflow.com/questions/34272274/how-to-capture-screenshot-in-html-using-js-or-jquery
I hope it helps,
Kf