Updates
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!-- Define the mask for the cutouts -->
|
||||
<mask id="cutoutMask">
|
||||
<!-- Circle -->
|
||||
<circle fill="#ffffff" cx="120" cy="120" r="120" />
|
||||
<circle fill="white" cx="120" cy="120" r="120" />
|
||||
|
||||
<!-- Big L Shape -->
|
||||
<rect x="60" y="165" width="120" height="15" rx="4" ry="4" fill="black"/>
|
||||
@@ -14,5 +14,5 @@
|
||||
</mask>
|
||||
|
||||
<!-- Circle with cutouts -->
|
||||
<circle fill="#ffffff" cx="120" cy="120" r="120" mask="url(#cutoutMask)" />
|
||||
<circle fill="black" cx="120" cy="120" r="120" mask="url(#cutoutMask)" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 728 B |
Reference in New Issue
Block a user