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,36 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="900" height="600" viewBox="-72 -28 144 96"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify">
<rect x="-50%" y="-28" width="100%" height="100%" fill="#006233"/>
<circle r="31" fill="#ffc400" cy="8"/>
<path d="M -30,0 A 30,30 0 0,0 30,0 V -24 H -30" fill="#006233"/>
<g transform="scale(12, 12)" fill="#ffc400">
<g id="cone">
<polygon id="triangle" points="0,0 0,1 0.5,1" transform="translate(0, -1) rotate(18)"/>
<use xlink:href="#triangle" transform="scale(-1, 1)"/>
</g>
<use xlink:href="#cone" transform="rotate(72)"/>
<use xlink:href="#cone" transform="rotate(-72)"/>
<use xlink:href="#cone" transform="rotate(144)"/>
<use xlink:href="#cone" transform="rotate(-144)"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="-72,-28 144,96">
<rect x="-72" y="-28" width="144" height="96" fill="#006233"/>
<circle cy="8" r="31" fill="#ffc400"/>
<circle r="30" fill="#006233"/>
<g id="c">
<path id="t" d="M 0,-12 v 12 h 6" transform="rotate(18 0,-12)" fill="#ffc400"/>
<use xlink:href="#t" transform="scale(-1,1)"/>
</g>
<use xlink:href="#c" transform="rotate(72)"/>
<use xlink:href="#c" transform="rotate(144)"/>
<use xlink:href="#c" transform="rotate(216)"/>
<use xlink:href="#c" transform="rotate(288)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1,001 B

After

Width:  |  Height:  |  Size: 669 B

Before After
Before After