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/PinJoint2D.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/PinJoint2D.svg')
-rw-r--r-- | editor/icons/PinJoint2D.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/PinJoint2D.svg b/editor/icons/PinJoint2D.svg index fc7329e4f3..021af9c8f3 100644 --- a/editor/icons/PinJoint2D.svg +++ b/editor/icons/PinJoint2D.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m9 1.2715-.70703.70703v1.4141l-2.1211 2.123 4.2422 4.2422 2.1211-2.1211h1.4141l.70703-.70703-5.6562-5.6582zm-3.5352 4.9512-3.5352.70703 7.0703 7.0703.70703-3.5352-4.2422-4.2422zm-1.4141 4.2422-1.4141 1.4141-.70703 2.1211 2.1211-.70703 1.4141-1.4141-1.4141-1.4141z" fill="#8da5f3" fill-opacity=".98824" fill-rule="evenodd"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m9 1.2715-.70703.70703v1.4141l-2.1211 2.123 4.2422 4.2422 2.1211-2.1211h1.4141l.70703-.70703-5.6562-5.6582zm-3.5352 4.9512-3.5352.70703 7.0703 7.0703.70703-3.5352-4.2422-4.2422zm-1.4141 4.2422-1.4141 1.4141-.70703 2.1211 2.1211-.70703 1.4141-1.4141-1.4141-1.4141z" fill="#8da5f3" fill-rule="evenodd"/></svg> |