Skip to content

Instantly share code, notes, and snippets.

@manxisuo
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save manxisuo/583ea7a0e0ff64148d50 to your computer and use it in GitHub Desktop.

Select an option

Save manxisuo/583ea7a0e0ff64148d50 to your computer and use it in GitHub Desktop.
Manxisuo's Test!
/**
* Manxisuo's Test!
*/
background: linear-gradient(45deg, #f06, yellow);
background: #fff;
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
<canvas id="cvs" width="800px" height="600px"></canvas>
// alert('Hello world!');
var cvs = document.getElementById('cvs');
var ctx = cvs.getContext('2d');
ctx.lineWidth = 5;
ctx.moveTo(100, 100)
ctx.lineTo(600, 400);
ctx.stroke();
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment