2012-11-08 09:55:24 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-06-02 16:41:10 -04:00
|
|
|
<meta charset="UTF-8">
|
2012-11-08 09:55:24 -05:00
|
|
|
<title>Multiple Paths Test 2</title>
|
|
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
|
|
<script type="text/javascript" src="../../dist/paper.js"></script>
|
|
|
|
<script type="text/paperscript" canvas="canvas">
|
2013-04-23 10:19:08 -04:00
|
|
|
project.importSVG(document.getElementById('svg'));
|
2012-11-08 09:55:24 -05:00
|
|
|
</script>
|
|
|
|
</head>
|
2013-02-12 18:08:48 -05:00
|
|
|
<body>
|
2012-11-08 09:55:24 -05:00
|
|
|
<svg version="1.1" id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2013-02-26 02:49:56 -05:00
|
|
|
width="595" height="841" xml:space="preserve">
|
2013-03-01 13:08:17 -05:00
|
|
|
<symbol id="circle" viewBox="0 0 48 48" overflow="visible">
|
2012-11-08 09:55:24 -05: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>
|
|
|
|
<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)" overflow="visible"/>
|
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(0.5625 0 0 -0.5625 92 152)" overflow="visible"/>
|
|
|
|
<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)" overflow="visible"/>
|
|
|
|
<use xlink:href="#circle" width="48" height="48" x="-24" y="-24" transform="matrix(1 0 0 -1 84 65)" overflow="visible"/>
|
|
|
|
</svg>
|
2013-02-26 02:49:56 -05:00
|
|
|
<canvas id="canvas" width="595" height="841"></canvas>
|
2012-11-08 09:55:24 -05:00
|
|
|
</body>
|
|
|
|
</html>
|