diff options
author | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
commit | 2596f818e085ed724597ecb0028ec2536392203b (patch) | |
tree | 5904fd719b808fa6991faec97b9fcb7825a4287c /firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg | |
parent | efa6ffe227b155506964da6ee5eed45d3e495efc (diff) |
add firefox userChrome with wavefox
Diffstat (limited to 'firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg')
-rw-r--r-- | firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg new file mode 100644 index 0000000..a9de51f --- /dev/null +++ b/firefox/chrome/Lepton_Icons/icons/tab-bottom-corner-right-edge.svg @@ -0,0 +1,9 @@ +<svg width="16" height="32" viewBox="0 0 16 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <path id="tabCorner" fill="context-fill" stroke="context-stroke" stroke-opacity="context-stroke-opacity" stroke-width="1.5" stroke-dasharray="37, 100" d="M4 0a4 4 0 0 1 3.365 1.838A4 4 0 0 1 8 4v24a4 4 0 0 0 1.838 3.365A4 4 0 0 0 12 32H0V0m0 0h4"/> + </defs> + <clipPath id="svgClipPath" clipPathUnits="objectBoundingBox"> + <use href="#tabCorner" transform="scale(0.075, 0.0333)" /> + </clipPath> + <use href="#tabCorner" /> +</svg> |