diff options
Diffstat (limited to 'svg/logo')
-rw-r--r-- | svg/logo/agbsum.svg | 16 | ||||
-rw-r--r-- | svg/logo/ax.svg | 2 | ||||
-rw-r--r-- | svg/logo/luma.svg | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/svg/logo/agbsum.svg b/svg/logo/agbsum.svg index cda6147..3eec683 100644 --- a/svg/logo/agbsum.svg +++ b/svg/logo/agbsum.svg @@ -1,12 +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" /> +<svg height="88" width="88" xmlns="http://www.w3.org/2000/svg"> + <mask id="agb"> + <polygon fill="white" points="16,8 24,8 32,80 24,80 20,44 16,80 8,80" /> - <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" /> + <polygon fill="white" points="32,8 64,8 64,40 80,40 80,80 32,80" /> + <polygon fill="black" points="40,16 56,16 56,48 72,48 72,72 40,72" /> + <polygon fill="white" points="44,40 56,40 60,44 56,48 56,48 56,72 52,76 48,72 48,48 44,48" /> </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" /> + <rect fill="#4D4084" height="100%" width="100%" x="0" y="0" /> <!-- 7672 C --> + <rect fill="#FFFFFF" height="100%" mask="url(#agb)" width="100%" x="0" y="0" /> </svg> diff --git a/svg/logo/ax.svg b/svg/logo/ax.svg index cda6147..eb89b7f 100644 --- a/svg/logo/ax.svg +++ b/svg/logo/ax.svg @@ -7,6 +7,6 @@ <polygon fill="black" points="60,36 78,54 60,54" /> </mask> - <rect fill="#422984" height="100%" width="100%" x="0" y="0" /> + <rect fill="#4D4084" height="100%" width="100%" x="0" y="0" /> <!-- 7672 C --> <rect fill="#FFFFFF" height="100%" mask="url(#letters)" width="100%" x="0" y="0" /> </svg> diff --git a/svg/logo/luma.svg b/svg/logo/luma.svg index c1108e1..8a47960 100644 --- a/svg/logo/luma.svg +++ b/svg/logo/luma.svg @@ -15,6 +15,6 @@ <circle cx="120" cy="88" fill="white" r="8" /> </mask> - <rect fill="#6051B2" height="100%" width="100%" x="0" y="0" /> + <rect fill="#4D4084" height="100%" width="100%" x="0" y="0" /> <!-- 7672 C --> <rect fill="#FFFFFF" height="100%" mask="url(#wordmark)" width="100%" x="0" y="0" /> </svg> |