- Notifications
You must be signed in to change notification settings - Fork 683
/
Copy pathsvg-test.html
19 lines (18 loc) · 629 Bytes
/
svg-test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- Licensed under a BSD license. See license.html for license -->
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>SVG Test</title>
</head>
<body>
<h1>SVG Test</h1>
<svgwidth="660" height="305" viewBox="0 0 660 300" style="border: 1px solid red;" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<imagex="0" y="0" width="660" height="300" xlink:href="resources/rotation-drawing.svg" />
</svg>
<imgsrc="resources/rotation-drawing.svg" width="300"/>
</body>
</html>