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,22 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1026" height="684" id="Flag_of_the_Turkish_Republic_of_Northern_Cyprus" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0 360,240">
<rect width="360" height="240" fill="white" />
<g fill="rgb(227,10,23)">
<rect width="360" height="24" y="24" />
<rect width="360" height="24" y="192" />
<circle cx="120" cy="120" r="60" />
<circle cx="135" cy="120" r="48" fill="white" />
<g id="star" transform="translate(200.7,120) scale(30) rotate(-90)">
<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>
</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="1026" height="684" viewBox="0,0 360,240">
<rect width="360" height="240" fill="#fff"/>
<rect y="24" width="360" height="24" fill="#e30a17"/>
<rect y="192" width="360" height="24" fill="#e30a17"/>
<circle cx="120" cy="120" r="60" fill="#e30a17"/>
<circle cx="135" cy="120" r="48" fill="#fff"/>
<g transform="translate(200.7,120) rotate(-90)" fill="#e30a17">
<g id="c">
<path id="t" d="M 0,-30 v 30 h 15" transform="rotate(18 0,-30)"/>
<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)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 869 B

Before After
Before After