1/8 scale (256x256 tiles): http://edc.srvs.us/1110-eighth/ 1/4 scale (512x512 tiles): http://edc.srvs.us/1110-quarter/ 1/2 scale (1024x1024 tiles): http://edc.srvs.us/1110-half/ full size (2048x2048 tiles): http://edc.srvs.us/1110/ None of them crash Chrome on my Mac, but good luck with that...
I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G
Xkcd: Click and Drag
81–90 of 97 posts
Re: Xkcd: Click and Drag
#82Re: Xkcd: Click and Drag
#831/8 scale (256x256 tiles): http://edc.srvs.us/1110-eighth/ 1/4 scale (512x512 tiles): http://edc.srvs.us/1110-quarter/ 1/2 scale (1024x1024 tiles): http://edc.srvs.us/1110-half/ full size (2048x2048 tiles): http://edc.srvs.us/1110/ None of them crash Chrome on my Mac, but good luck with that...
I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G
Re: Xkcd: Click and Drag
#84Earlier quoted context omitted.
I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G
Thanks, that's the most usable version I've seen in this thread yet. You win 3 gold Internets.
Re: Xkcd: Click and Drag
#85Re: Xkcd: Click and Drag
#86I wrote some JS to add keyboard controls to the map, because clicking and dragging is for suckers. http://www.potch.me/blog/press-and-hold.html
Re: Xkcd: Click and Drag
#87I wrote some JS to add keyboard controls to the map, because clicking and dragging is for suckers. http://www.potch.me/blog/press-and-hold.html
Re: Xkcd: Click and Drag
#88Re: Xkcd: Click and Drag
#89I will make a larger version later tonight.
Re: Xkcd: Click and Drag
#90my hacky way of killing Randall's server: curl --limit-rate 40K -O http://imgs.xkcd.com/clickdrag/\[0-100\]\{n,s\}\[0-100\]\{e,w\}.png Then to remove all the 404s: find . -type f -size 345c -exec rm -f {} \; Woo! No code.