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,24 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="1200"
height="600"
viewBox="0 0 12 6"
id="Flag_of_Guinea-Bissau">
<rect width="4" height="6" fill="#ce1126" />
<rect width="8" height="3" x="4" fill="#fcd116" />
<rect width="8" height="3" x="4" y="3" fill="#009e49" />
<g id="star" fill="black" transform="translate(2,3) scale(1)">
<g id="cone">
<polygon id="triangle" points="0,0 0,1 .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>
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1200" height="600" viewBox="-2,-3 12,6">
<rect x="-2" y="-3" width="4" height="6" fill="#ce1126"/>
<rect x="2" y="-3" width="8" height="3" fill="#fcd116"/>
<rect x="2" width="8" height="3" fill="#009e49"/>
<g id="c">
<path id="t" d="M 0,-1 v 1 h .5" transform="rotate(18 0,-1)" fill="#000"/>
<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: 895 B

After

Width:  |  Height:  |  Size: 706 B

Before After
Before After