summaryrefslogtreecommitdiffstats
path: root/editor/icons/DampedSpringJoint2D.svg
diff options
context:
space:
mode:
authorKrazy-J <josh@abellsmith.net>2023-01-31 18:21:46 -0600
committerKrazy-J <josh@abellsmith.net>2023-01-31 18:21:46 -0600
commit07781312b1101f709d67e94a29c7ae9e30ecc1e1 (patch)
tree92c9fb35ae1acdc0bb3de9b85f854f33ebc51ee1 /editor/icons/DampedSpringJoint2D.svg
parent0810ecaafdbee3ea747219e6ab3a8de5d2216a09 (diff)
downloadredot-engine-07781312b1101f709d67e94a29c7ae9e30ecc1e1.tar.gz
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/DampedSpringJoint2D.svg')
-rw-r--r--editor/icons/DampedSpringJoint2D.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/DampedSpringJoint2D.svg b/editor/icons/DampedSpringJoint2D.svg
index 99e1a1f1e1..cba54bbd99 100644
--- a/editor/icons/DampedSpringJoint2D.svg
+++ b/editor/icons/DampedSpringJoint2D.svg
@@ -1 +1 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill-opacity=".98824"><path d="m4 3v2l8 3v-2zm0 5v2l8 3v-2z" fill="#4b70ea"/><path d="m4 3v2l8-2v-2zm0 5v2l8-2v-2zm0 5v2l8-2v-2z" fill="#8da5f3"/></g></svg>
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m4 3v2l8 3v-2zm0 5v2l8 3v-2z" fill="#4b70ea"/><path d="m4 3v2l8-2v-2zm0 5v2l8-2v-2zm0 5v2l8-2v-2z" fill="#8da5f3"/></svg>