diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 00:40:28 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 00:40:28 -0600 |
commit | 251f515ea6644c940ffc6cbc64c2679a18aeb3f9 (patch) | |
tree | f2ba998ed819e48346e25d35d478cf93f2e4620a /ext/images/yomitan-icon.svg | |
parent | a19e12f22ee3db877d0aefab6ab5b9e93f884a8a (diff) |
made icons less blurry & fixed gradient not being opaque
Diffstat (limited to 'ext/images/yomitan-icon.svg')
-rw-r--r-- | ext/images/yomitan-icon.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/images/yomitan-icon.svg b/ext/images/yomitan-icon.svg index c4323178..066631da 100644 --- a/ext/images/yomitan-icon.svg +++ b/ext/images/yomitan-icon.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><defs><linearGradient id="a" x1="11.876" x2="4.014" y1="4.073" y2="11.935" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bc00ff" stop-opacity=".941"/><stop offset="1" stop-color="#00b9fe"/></linearGradient></defs><rect width="16" height="16" fill="url(#a)" rx="1.625" ry="1.625"/><path fill="#fff" d="M2 2v2h3v3H2v2h3v3H2v2h5V2H2zm7 0v2h5V2H9zm0 5v2h5V7H9zm0 5v2h5v-2H9z"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" shape-rendering="crispEdges"><defs><linearGradient id="a" x1="11.876" x2="4.014" y1="4.073" y2="11.935" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bc00ff" stop-opacity=".941" style="stop-color:#bc00ff;stop-opacity:1"/><stop offset="1" stop-color="#00b9fe"/></linearGradient></defs><rect width="16" height="16" fill="url(#a)" rx="1.625" ry="1.625"/><path d="M2 2v2h3v3H2v2h3v3H2v2h5V2Zm7 0v2h5V2Zm0 5v2h5V7Zm0 5v2h5v-2z" style="fill:#fff"/></svg>
\ No newline at end of file |