mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
7f8237adc8
Only Polygons for now. Need to add handles appropriately
13 lines
390 B
HTML
13 lines
390 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Boolean Study</title>
|
|
<link rel="stylesheet" href="../dist/style.css">
|
|
<script type="text/javascript" src="../dist/paper.js"></script>
|
|
<script type="text/paperscript" canvas="canvas" src="boolean2.js"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="canvas" resize></canvas>
|
|
</body>
|
|
</html>
|