1
0
Fork 0
forked from 0x2620/oxjs

support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that

This commit is contained in:
rlx 2011-09-03 13:18:20 +00:00
commit 5818bd5edc
373 changed files with 11048 additions and 29979 deletions

View file

@ -1,8 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1800" height="1200" viewBox="0 0 30 20">
<defs>
<polygon id="pt" points="-0.1624598481164531,0 0,-0.5 0.1624598481164531,0" transform="scale(12)" fill="#FF0"/>
<g id="star"><use xlink:href="#pt" transform="rotate(-144)"/><use xlink:href="#pt" transform="rotate(-72)"/><use xlink:href="#pt"/><use xlink:href="#pt" transform="rotate(72)"/><use xlink:href="#pt" transform="rotate(144)"/></g>
</defs>
<rect width="30" height="20" fill="#DA251D"/>
<use xlink:href="#star" x="15" y="10"/>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="900"
height="600"
viewBox="0 0 30 20"
id="svg2">
<defs
id="defs20" />
<rect
width="30"
height="20"
x="0"
y="0"
id="red_background"
style="fill:#da251d;fill-opacity:1" />
<g
transform="matrix(6,0,0,6,15,10)"
id="yellow_star"
style="fill:#ffff00">
<g
id="cone">
<polygon
points="0,1 0.7,1 0,0 "
transform="matrix(0.89673607,0.44256573,-0.44256573,0.89673607,0,-1)"
id="triangle" />
<use
transform="scale(-1,1)"
id="use8"
x="0"
y="0"
width="30"
height="20"
xlink:href="#triangle" />
</g>
<use
transform="matrix(0.30901699,0.95105652,-0.95105652,0.30901699,0,0)"
id="use10"
x="0"
y="0"
width="30"
height="20"
xlink:href="#cone" />
<use
transform="matrix(0.30901699,-0.95105652,0.95105652,0.30901699,0,0)"
id="use12"
x="0"
y="0"
width="30"
height="20"
xlink:href="#cone" />
<use
transform="matrix(-0.80901699,0.58778525,-0.58778525,-0.80901699,0,0)"
id="use14"
x="0"
y="0"
width="30"
height="20"
xlink:href="#cone" />
<use
transform="matrix(-0.80901699,-0.58778525,0.58778525,-0.80901699,0,0)"
id="use16"
x="0"
y="0"
width="30"
height="20"
xlink:href="#cone" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After