diff options
Diffstat (limited to 'svg/logo')
-rw-r--r-- | svg/logo/agbsum.svg | 12 | ||||
-rw-r--r-- | svg/logo/dux.svg | 12 |
2 files changed, 18 insertions, 6 deletions
diff --git a/svg/logo/agbsum.svg b/svg/logo/agbsum.svg new file mode 100644 index 0000000..cda6147 --- /dev/null +++ b/svg/logo/agbsum.svg @@ -0,0 +1,12 @@ +<svg height="108" width="108" xmlns="http://www.w3.org/2000/svg"> + <mask id="letters"> + <polygon fill="white" points="24,36 36,36 48,72 36,72 30,54 24,72 12,72" /> + <polygon fill="black" points="12,36 30,54 12,54" /> + + <polygon fill="white" points="60,36 72,36 78,45 84,36 96,36 84,54 96,72 84,72 78,63 72,72 60,72 72,54" /> + <polygon fill="black" points="60,36 78,54 60,54" /> + </mask> + + <rect fill="#422984" height="100%" width="100%" x="0" y="0" /> + <rect fill="#FFFFFF" height="100%" mask="url(#letters)" width="100%" x="0" y="0" /> +</svg> diff --git a/svg/logo/dux.svg b/svg/logo/dux.svg index d8bcf97..ab213c4 100644 --- a/svg/logo/dux.svg +++ b/svg/logo/dux.svg @@ -42,9 +42,9 @@ <circle cx="96" cy="96" fill="none" r="84" stroke="white" stroke-width="8" /> <!-- vertical spiral arm border --> - <circle clip-path="url(#semicircle-vertical-left)" cx="96" cy="138" fill="none" r="42" stroke="#000" stroke-width="24" /> - <circle clip-path="url(#semicircle-vertical-right)" cx="96" cy="54" fill="none" r="42" stroke="#000" stroke-width="24" /> - <circle cx="96" cy="96" fill="#000" r="8" /> + <circle clip-path="url(#semicircle-vertical-left)" cx="96" cy="138" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle clip-path="url(#semicircle-vertical-right)" cx="96" cy="54" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle cx="96" cy="96" fill="black" r="12" /> <!-- vertical spiral arm --> <circle clip-path="url(#semicircle-vertical-left)" cx="96" cy="138" fill="none" r="42" stroke="white" stroke-width="8" /> @@ -52,9 +52,9 @@ <circle cx="96" cy="96" fill="white" r="4" /> <!-- horizontal spiral arm border --> - <circle clip-path="url(#semicircle-horizontal-high)" cx="54" cy="96" fill="none" r="42" stroke="#000" stroke-width="24" /> - <circle clip-path="url(#semicircle-horizontal-low)" cx="138" cy="96" fill="none" r="42" stroke="#000" stroke-width="24" /> - <circle cx="96" cy="96" fill="#000" r="8" /> + <circle clip-path="url(#semicircle-horizontal-high)" cx="54" cy="96" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle clip-path="url(#semicircle-horizontal-low)" cx="138" cy="96" fill="none" r="42" stroke="black" stroke-width="24" /> + <circle cx="96" cy="96" fill="black" r="12" /> <!-- horizontal spiral arm --> <circle clip-path="url(#semicircle-horizontal-high)" cx="54" cy="96" fill="none" r="42" stroke="white" stroke-width="8" /> |