<!DOCTYPE html> <!-- 2015-08-26 --> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <title>snap-to-grid</title> <script src='raphael.js' type='text/javascript' charset='utf-8'></script> <script src='snap-to-grid.js' type='text/javascript' charset='utf-8'></script> </head> <body> <div id='holder'></div> <p id='debug'></p> </body> </html>