forked from 0x2620/oxjs
Ox.load(), and adding moved files
This commit is contained in:
parent
dc1ec954fb
commit
6cfb6b7647
594 changed files with 1381 additions and 19555 deletions
36
source/svg/Ox.Geo/MR.svg
Normal file
36
source/svg/Ox.Geo/MR.svg
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?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>
|
||||
|
After Width: | Height: | Size: 1,001 B |
Loading…
Add table
Add a link
Reference in a new issue