1 decade ago by coreysnyder
In my recent quest of re-creating my HTML Overlays & Menus I found that there is a way to draw HTML to the canvas via the methods found here:
Drawing DOM objects into a canvas
I'd imagine it would make my life easier if I were able to copy over the HTML for the menus and drop them into JavaScript variables and draw them directly to the canvas. It looks like CSS Styles are supported as well.
Can anyone confirm or deny if this is supported by Ejecta?
Tonight when I get out of work I'm going to attempt this method. Please save me some time if you know already that its not going to work.
Drawing DOM objects into a canvas
I'd imagine it would make my life easier if I were able to copy over the HTML for the menus and drop them into JavaScript variables and draw them directly to the canvas. It looks like CSS Styles are supported as well.
Can anyone confirm or deny if this is supported by Ejecta?
Tonight when I get out of work I'm going to attempt this method. Please save me some time if you know already that its not going to work.