diff options
Diffstat (limited to 'card_real.svg')
-rw-r--r-- | card_real.svg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/card_real.svg b/card_real.svg index 8b7d787..d5e6377 100644 --- a/card_real.svg +++ b/card_real.svg @@ -1,5 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" width="124" height="170" version="1.2" viewBox="0 0 44 60"> -<circle cx="22" cy="30" r="15" fill="black" /> -<rect x="0" y="0" width="22" height="60" fill="white" /> +<clipPath id="half"> +<rect x="22" y="0" width="22" height="60" /> +</clipPath> +<circle cx="22" cy="30" r="15" fill="black" clip-path="url(#half)" /> <circle cx="22" cy="30" r="15" stroke-width=".5" fill="none" stroke="black"/> </svg> |