This commit is contained in:
Marco Sirabella 2024-03-20 17:52:59 -07:00 committed by GitHub
commit a39fd4c46a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,9 @@ body {
} }
svg { svg {
clip-path: circle(300px at center); clip-path: circle(50% at center);
max-width: 100vw;
max-height: 80vh;
} }
polygon { stroke-width: 1px; } polygon { stroke-width: 1px; }
@ -56,10 +58,8 @@ polygon { stroke-width: 1px; }
<svg <svg
baseProfile="full" baseProfile="full"
height="600"
version="1.1" version="1.1"
viewbox="0 0 1024 1024" viewbox="0 0 1024 1024"
width="600"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
></svg> ></svg>