diff options
Diffstat (limited to 'svg/StdElite.svg')
-rw-r--r-- | svg/StdElite.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svg/StdElite.svg b/svg/StdElite.svg index 7bac5a9..c5c66d6 100644 --- a/svg/StdElite.svg +++ b/svg/StdElite.svg @@ -6,11 +6,11 @@ <!-- background --> <polygon fill="#006BA6" points="0,0 384,0 384,384 0,384" /> <!-- middle Circle --> - <circle cx="192" cy="192" fill="#FCF9F9" r="144" /> + <circle cx="192" cy="192" fill="#F4F4F4" r="144" /> <!-- star --> <!-- 192+(168÷2)×sin(π(16−2)÷16×x) --> <polygon clip-path="url(#clip8A)" fill="none" points="192,66 224.145,114.394 310.794,73.206 269.606,159.855 318,192 269.606,224.145 310.794,310.794 224.145,269.606 192,318 159.855,269.606 73.206,310.794 114.394,224.145 66,192 114.394,159.855 73.206,73.206 159.855,114.394" stroke="#006BA6" stroke-width="48" /> - <polygon clip-path="url(#clip8A)" fill="none" points="192,66 224.145,114.394 310.794,73.206 269.606,159.855 318,192 269.606,224.145 310.794,310.794 224.145,269.606 192,318 159.855,269.606 73.206,310.794 114.394,224.145 66,192 114.394,159.855 73.206,73.206 159.855,114.394" stroke="#FCF9F9" stroke-width="16" /> + <polygon clip-path="url(#clip8A)" fill="none" points="192,66 224.145,114.394 310.794,73.206 269.606,159.855 318,192 269.606,224.145 310.794,310.794 224.145,269.606 192,318 159.855,269.606 73.206,310.794 114.394,224.145 66,192 114.394,159.855 73.206,73.206 159.855,114.394" stroke="#F4F4F4" stroke-width="16" /> <!-- greater Circle --> - <circle cx="192" cy="192" fill="none" r="168" stroke="#FCF9F9" stroke-width="16" /> + <circle cx="192" cy="192" fill="none" r="168" stroke="#F4F4F4" stroke-width="16" /> </svg> |