How to draw an RGB pixel with bare hands ? (no extra document just a browser)
Posted
by
Rocket Surgeon
on Programmers
See other posts from Programmers
or by Rocket Surgeon
Published on 2012-06-23T13:57:15Z
Indexed on
2012/06/23
15:22 UTC
Read the original article
Hit count: 163
html5
In the browser tools, say in debugging (any browser will do, but IE9 preferred) how can I access things like html5 canvas and modify individual pixels by typing commands from prompt ?
I know, it is possible to accomplish in miriad normal ways with preparing the markup and loading the page, but what is the shortest path ? The browser is running with some content, then I hit F12->Console-> what exactly should I type to cause a canvas to change ? Thank you
© Programmers or respective owner