1
0
Fork 0
forked from 0x2620/oxjs

better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers

This commit is contained in:
rolux 2011-04-27 21:24:33 +02:00
commit 4489e88f44
596 changed files with 115093 additions and 17682 deletions

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="400" viewBox="0 0 90 60">
<desc>Flag of Cameroon</desc>
<rect width="30" height="60" fill="#007a5e" />
<rect x="30" width="30" height="60" fill="#ce1126" />
<rect x="60" width="30" height="60" fill="#fcd116" />
<g id="star" fill="#fcd116" transform="translate(45,30) scale(8)">
<g id="c">
<path id="triangle" d="M0,0 v1 h0.5 z" transform="translate(0,-1) rotate(18)"/>
<use xlink:href="#triangle" 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>

After

Width:  |  Height:  |  Size: 946 B