diff options
Diffstat (limited to 'bzipper.svg')
-rw-r--r-- | bzipper.svg | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/bzipper.svg b/bzipper.svg index 762e587..974c50b 100644 --- a/bzipper.svg +++ b/bzipper.svg @@ -1,17 +1,9 @@ <svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> - <!-- gradients: --> - - <!-- clips: --> - - <!-- masks: --> - <mask id="z"> - <polyline fill="none" points="20,28 20,20 78,20 36.970562748,76" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" /> + <polyline fill="none" points="20,28 20,20 76,20 36.970562748,76" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" /> <polyline fill="none" points="76,68 76,76 20,76 59.029437252,20" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" /> </mask> - <!-- fills: --> - - <rect fill="#FFFFFF" mask="" height="96" width="96" x="0" y="0" /> - <rect fill="#B4202D" mask="url(#z)" height="96" width="96" x="0" y="0" /> + <rect fill="#FFFFFF" height="100%" width="100%" x="0" y="0" /> + <rect fill="#B4202D" height="100%" mask="url(#z)" width="100%" x="0" y="0" /> </svg> |