Search found 1 match

by marvin_t_martian
Tue Sep 24, 2013 10:03 pm
Forum: Challenges Solved
Topic: Descartes
Replies: 4
Views: 1131

How did you solve this? I used firebug and a little js / canvas. var newCanvas = document.createElement('canvas'); newCanvas.height="100"; newCanvas.width="300"; document.body.appendChild(newCanvas); var ctx = newCanvas.getContext("2d"); pre = $('pre').innerHTML.replace...