New html5 player

This commit is contained in:
magnolia-fan
2011-04-10 22:04:35 +04:00
parent a738e533c1
commit b5e2563bf9
14 changed files with 200 additions and 482 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,250 500,500 0,750" style="fill:rgb(200,200,200);"/>
<polygon points="500,250 1000,500 500,750" style="fill:rgb(200,200,200);"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B

+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="50" width="400" height="1000" style="fill:rgb(200,200,200);"/>
<rect x="600" width="400" height="1000" style="fill:rgb(200,200,200);"/>
</svg>

After

Width:  |  Height:  |  Size: 372 B

+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 1000,500 0,1000" style="fill:rgb(200,200,200);"/>
</svg>

After

Width:  |  Height:  |  Size: 297 B

+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,500 500,250 500,750" style="fill:rgb(200,200,200);"/>
<polygon points="500,500 1000,250 1000,750" style="fill:rgb(200,200,200);"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B