diff options
Diffstat (limited to 'svg/glyph')
-rw-r--r-- | svg/glyph/deltaWorld.svg | 4 | ||||
-rw-r--r-- | svg/glyph/dux.svg | 60 |
2 files changed, 62 insertions, 2 deletions
diff --git a/svg/glyph/deltaWorld.svg b/svg/glyph/deltaWorld.svg index cf40682..56c8f92 100644 --- a/svg/glyph/deltaWorld.svg +++ b/svg/glyph/deltaWorld.svg @@ -1,7 +1,7 @@ <svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> <mask id="glyph"> - <polygon fill="white" points="48,0 6.430780618,72 89.569219382,72" /> - <polygon fill="black" points="48,32 34.143593539,56 61.856406461,56" /> + <polygon fill="white" points="48,12 6.430780618,84 89.569219382,84" /> + <polygon fill="black" points="48,44 34.143593539,68 61.856406461,68" /> </mask> <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" /> diff --git a/svg/glyph/dux.svg b/svg/glyph/dux.svg new file mode 100644 index 0000000..02f65b1 --- /dev/null +++ b/svg/glyph/dux.svg @@ -0,0 +1,60 @@ +<svg height="176" width="176" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="foregroundColour" x1="0" x2="1" y1="0" y2="1"> + <stop offset="0%" stop-color="#05f8d4" /> + <stop offset="100%" stop-color="#20ff75" /> + </linearGradient> + + <clipPath id="semicircle-horizontal-high"> + <rect height="50%" width="100%" x="0" y="0" /> + </clipPath> + + <clipPath id="semicircle-vertical-left"> + <rect height="100%" width="50%" x="0" y="0" /> + </clipPath> + + <clipPath id="semicircle-horizontal-low"> + <rect height="50%" width="100%" x="0" y="50%" /> + </clipPath> + + <clipPath id="semicircle-vertical-right"> + <rect height="100%" width="50%" x="50%" y="0" /> + </clipPath> + + <mask id="inner"> + <circle cx="88" cy="88" fill="white" r="72" /> + + <circle clip-path="url(#semicircle-vertical-left)" cx="88" cy="130" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle clip-path="url(#semicircle-vertical-right)" cx="88" cy="46" fill="none" r="42" stroke="black" stroke-width="24" /> + + <circle clip-path="url(#semicircle-horizontal-high)" cx="46" cy="88" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle clip-path="url(#semicircle-horizontal-low)" cx="130" cy="88" fill="none" r="42" stroke="black" stroke-width="24" /> + </mask> + + <mask id="spiral"> + <circle cx="88" cy="88" fill="none" r="84" stroke="white" stroke-width="8" /> + + <circle clip-path="url(#semicircle-vertical-left)" cx="88" cy="130" fill="none" r="42" stroke="#000" stroke-width="24" /> + <circle clip-path="url(#semicircle-vertical-right)" cx="88" cy="46" fill="none" r="42" stroke="#000" stroke-width="24" /> + <circle cx="88" cy="88" fill="#000" r="8" /> + + <circle clip-path="url(#semicircle-vertical-left)" cx="88" cy="130" fill="none" r="42" stroke="white" stroke-width="8" /> + <circle clip-path="url(#semicircle-vertical-right)" cx="88" cy="46" fill="none" r="42" stroke="white" stroke-width="8" /> + <circle cx="88" cy="88" fill="white" r="4" /> + + <circle clip-path="url(#semicircle-horizontal-high)" cx="46" cy="88" fill="none" r="42" stroke="#000" stroke-width="24" /> + <circle clip-path="url(#semicircle-horizontal-low)" cx="130" cy="88" fill="none" r="42" stroke="#000" stroke-width="24" /> + <circle cx="88" cy="88" fill="#000" r="8" /> + + <circle clip-path="url(#semicircle-horizontal-high)" cx="46" cy="88" fill="none" r="42" stroke="white" stroke-width="8" /> + <circle clip-path="url(#semicircle-horizontal-low)" cx="130" cy="88" fill="none" r="42" stroke="white" stroke-width="8" /> + <circle cx="88" cy="88" fill="white" r="4" /> + + <circle cx="88" cy="4" fill="white" r="4" /> + <circle cx="4" cy="88" fill="white" r="4" /> + <circle cx="88" cy="172" fill="white" r="4" /> + <circle cx="172" cy="88" fill="white" r="4" /> + </mask> + + <rect fill="#FFFFFF" height="100%" mask="url(#inner)" width="100%" x="0" y="0" /> + <rect fill="url(#foregroundColour)" height="100%" mask="url(#spiral)" width="100%" x="0" y="0" /> +</svg> |