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
59
source/svg/Ox.Geo/NZ.svg
Normal file
59
source/svg/Ox.Geo/NZ.svg
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
<?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 version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
||||
height="600" width="1200">
|
||||
|
||||
<defs>
|
||||
<clipPath id="Canton">
|
||||
<path d="M 0,0 L 600,0 L 600,300 L 0,300 z"/>
|
||||
</clipPath>
|
||||
|
||||
<clipPath id="Diagonals">
|
||||
<path d="M 0,0 L 300,150 L 0,150 z M 300,0 L 600,0 L 300,150 z M 300,150 L 600,150 L 600,300 z M 300,150 L 300,300 L 0,300 z"/>
|
||||
</clipPath>
|
||||
|
||||
<g id="Pentagram">
|
||||
<g id="Arm" transform="translate(0,-0.324925)">
|
||||
<path d="M 0,0 L 0,0.5 L 1,0 z"/>
|
||||
<path d="M 0,0 L 0,-0.5 L 1,0 z" transform="rotate(-36,1,0)"/>
|
||||
</g>
|
||||
<use xlink:href="#Arm" transform="scale(-1,1)"/>
|
||||
<use xlink:href="#Arm" transform="rotate(72,0,0)"/>
|
||||
<use xlink:href="#Arm" transform="rotate(-72,0,0)"/>
|
||||
<use xlink:href="#Arm" transform="rotate(-72,0,0) scale(-1,1)"/>
|
||||
</g>
|
||||
</defs>
|
||||
|
||||
<rect fill="#00247d" x="0" y="0" width="1200" height="600"/>
|
||||
|
||||
<g id="Flag_of_the_United_Kingdom">
|
||||
<path id="Saint_Andrews_Cross" stroke="#ffffff" d="M 0,0 L 600,300 M 0,300 L 600,0" stroke-width="60" clip-path="url(#Canton)"/>
|
||||
<path id="Saint_Patricks_Cross" stroke="#cc142b" d="M 0,0 L 600,300 M 0,300 L 600,0" stroke-width="40" clip-path="url(#Diagonals)"/>
|
||||
<g id="Saint_Georges_Cross">
|
||||
<path stroke="#ffffff" d="M 300,0 L 300,300 M 0,150 L 600,150" stroke-width="100" clip-path="url(#Canton)"/>
|
||||
<path stroke="#cc142b" d="M 300,0 L 300,300 M 0,150 L 600,150" stroke-width="60" clip-path="url(#Canton)"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<g id="Southern_Cross">
|
||||
<g id="Gamma_Crucis">
|
||||
<use xlink:href="#Pentagram" fill="#ffffff" transform="translate(900,120) scale(40)"/>
|
||||
<use xlink:href="#Pentagram" fill="#cc142b" transform="translate(900,120) scale(30)"/>
|
||||
</g>
|
||||
<g transform="rotate(82,900,240)">
|
||||
<g id="Delta_Crucis">
|
||||
<use xlink:href="#Pentagram" fill="#ffffff" transform="translate(900,120) rotate(-82) scale(35)"/>
|
||||
<use xlink:href="#Pentagram" fill="#cc142b" transform="translate(900,120) rotate(-82) scale(25)"/>
|
||||
</g>
|
||||
<g id="Beta_Crucis">
|
||||
<use xlink:href="#Pentagram" fill="#ffffff" transform="translate(900,380) rotate(-82) scale(40)"/>
|
||||
<use xlink:href="#Pentagram" fill="#cc142b" transform="translate(900,380) rotate(-82) scale(30)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Alpha_Crucis">
|
||||
<use xlink:href="#Pentagram" fill="#ffffff" transform="translate(900,480) scale(45)"/>
|
||||
<use xlink:href="#Pentagram" fill="#cc142b" transform="translate(900,480) scale(35)"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue