Skip to content

Instantly share code, notes, and snippets.

@tyrasd
tyrasd / index.html
Created December 2, 2012 10:19
Canvas floating point precision underflow - used to be a showcase for https://github.com/systemed/iD/issues/163 - keeping as a scrubby example usecase for me
<!doctype html>
<title>Scrubby</title>
<script src='http://nornagon.github.com/scrubby/scrubby.all.js'></script>
<style>
body { text-align: center; margin: 0; }
canvas {
box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
#code {
text-align: left;