equal
deleted
inserted
replaced
|
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny" |
|
2 xmlns:xlink="http://www.w3.org/1999/xlink" |
|
3 width="420" height="340" viewBox="0 0 420 340"> |
|
4 <desc>SVG 1.2 video example</desc> |
|
5 <g> |
|
6 <circle cx="0" cy="0" r="170" fill="#da4" fill-opacity="0.3"/> |
|
7 <video xlink:href="noonoo.avi" audio-level=".8" type="video/x-msvideo" |
|
8 width="320" height="240" x="50" y="50" repeatCount="indefinite"/> |
|
9 <circle cx="420" cy="340" r="170" fill="#927" fill-opacity="0.3"/> |
|
10 <rect x="1" y="1" width="418" height="338" fill="none" |
|
11 stroke="#777" stroke-width="1"/> |
|
12 </g> |
|
13 </svg> |