diff options
author | Krazy-J <josh@abellsmith.net> | 2023-01-31 18:21:46 -0600 |
---|---|---|
committer | Krazy-J <josh@abellsmith.net> | 2023-01-31 18:21:46 -0600 |
commit | 07781312b1101f709d67e94a29c7ae9e30ecc1e1 (patch) | |
tree | 92c9fb35ae1acdc0bb3de9b85f854f33ebc51ee1 /editor/icons/PingPongLoop.svg | |
parent | 0810ecaafdbee3ea747219e6ab3a8de5d2216a09 (diff) |
Fix near one opacity in editor icons
Remove occurrences of fill-opacity and stroke-opacity with values near
or equal to 1 (all values were greater than 0.988).
Diffstat (limited to 'editor/icons/PingPongLoop.svg')
-rw-r--r-- | editor/icons/PingPongLoop.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/PingPongLoop.svg b/editor/icons/PingPongLoop.svg index c44f889b49..61a701a81e 100644 --- a/editor/icons/PingPongLoop.svg +++ b/editor/icons/PingPongLoop.svg @@ -1 +1 @@ -<svg enable-background="new 0 0 16 16" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#e0e0e0" fill-opacity=".9961"><path d="m10 7h-4v-2l-4 3 4 3v-2h4v2l4-3-4-3z"/><path d="m0 1v14h2v-7-7z"/><path d="m14 1v7 7h2v-14z"/></g></svg> +<svg enable-background="new 0 0 16 16" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#e0e0e0"><path d="m10 7h-4v-2l-4 3 4 3v-2h4v2l4-3-4-3z"/><path d="m0 1v14h2v-7-7z"/><path d="m14 1v7 7h2v-14z"/></g></svg> |