2012-11-08 09:55:24 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-08-16 13:24:54 -04:00
|
|
|
<meta charset="UTF-8">
|
2016-03-15 13:52:38 -04:00
|
|
|
<title>Symbols Test</title>
|
2014-08-16 13:24:54 -04:00
|
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
|
|
<script type="text/javascript" src="../../dist/paper-full.js"></script>
|
|
|
|
<script type="text/paperscript" canvas="canvas">
|
|
|
|
project.importSVG(document.getElementById('svg'));
|
|
|
|
</script>
|
2012-11-08 09:55:24 -05:00
|
|
|
</head>
|
2013-02-12 18:08:48 -05:00
|
|
|
<body>
|
2016-03-15 13:52:38 -04:00
|
|
|
<svg version="1.1" id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595" height="841">
|
2015-12-28 11:54:07 -05:00
|
|
|
<symbol id="circle" viewBox="0 0 48 48" overflow="visible">
|
2014-08-16 13:24:54 -04:00
|
|
|
<path fill="#FF0049" d="M24,0c0-13.255-10.745-24-24-24S-24-13.255-24,0s10.745,24,24,24S24,13.255,24,0z"/>
|
|
|
|
</symbol>
|
2016-03-15 13:52:38 -04:00
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(1.1667 1.1667 1.1667 -1.1667 177.0005 96)"/>
|
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(0.5625 0 0 -0.5625 92 152)"/>
|
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(2.2415 -2.0119 -2.0119 -2.2415 176.9971 246.9941)"/>
|
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(1 0 0 -1 84 65)"/>
|
2014-08-16 13:24:54 -04:00
|
|
|
</svg>
|
|
|
|
<canvas id="canvas" width="595" height="841"></canvas>
|
2012-11-08 09:55:24 -05:00
|
|
|
</body>
|
2014-04-06 07:44:19 -04:00
|
|
|
</html>
|