1
0
Fork 0
forked from 0x2620/oxjs

Ox.load(), and adding moved files

This commit is contained in:
rolux 2011-04-25 11:12:02 +02:00
commit 6cfb6b7647
594 changed files with 1381 additions and 19555 deletions

20
source/svg/Ox.Geo/FM.svg Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg>
<svg width="760" height="400" viewBox="-19 -10 38 20" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify">
<rect x="-19" y="-10" width="38" height="20" fill="#75b2dd" />
<g id="star" fill="white" transform="translate(0,-6) scale(2)">
<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>
<use xlink:href="#star" transform="rotate(90)"/>
<use xlink:href="#star" transform="rotate(-90)"/>
<use xlink:href="#star" transform="rotate(180)"/>
</svg>

After

Width:  |  Height:  |  Size: 954 B