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

18
source/svg/Ox.Geo/HN.svg Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="500" viewBox="0 0 72 36">
<rect width="72" height="36" style="fill:#0073cf"/>
<rect width="72" height="12" y="12" style="fill:#fff" />
<g id="star" transform="translate(36,18) scale(2)" fill="#0073cf">
<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)" id="use12"/>
</g>
<use xlink:href="#cone" transform="rotate(72)" id="use14"/>
<use xlink:href="#cone" transform="rotate(-72)" id="use16"/>
<use xlink:href="#cone" transform="rotate(144)" id="use18"/>
<use xlink:href="#cone" transform="rotate(-144)" id="use20"/>
</g>
<use xlink:href="#star" transform="translate(10,-3.2)"/>
<use xlink:href="#star" transform="translate(10,2.8)"/>
<use xlink:href="#star" transform="translate(-10,-3.2)"/>
<use xlink:href="#star" transform="translate(-10,2.8)"/>
</svg>

After

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