Skip to content

Instantly share code, notes, and snippets.

@ko31
Created October 18, 2015 23:17
Show Gist options
  • Save ko31/0ab73e8c4ab77f67bfc9 to your computer and use it in GitHub Desktop.
Save ko31/0ab73e8c4ab77f67bfc9 to your computer and use it in GitHub Desktop.
【Lazy Line Painter】ころとん
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ころとん</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="jquery.lazylinepainter-1.7.0.min.js"></script>
<script src="svgdata.js"></script>
</head>
<body>
<div class="content">
<div id='coroton'></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment