summaryrefslogtreecommitdiff
path: root/editor/icons/EditorCurveHandle.svg
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2020-11-08 22:16:26 -0500
committerRyan Roden-Corrent <ryan@rcorre.net>2020-11-12 06:37:56 -0500
commit8458ba0aef5372958008076746e82a961561db1e (patch)
tree5554eb04576d533d038a72d86dbbda42f68993fe /editor/icons/EditorCurveHandle.svg
parent4206dc6ac95bed86d8f8d040a0e1b73431cdb750 (diff)
Proposal 1246: Make Path3D handles more visible.
Resolves godotengine/godot-proposals#1246. It is difficult to tell the difference between the handles for adjusting curves and the points themselves when looking at a Path gizmo. This re-uses the icons used for Path2D. Unlike Path2D, this does not use a different icon for smooth vs sharp points, as using a potentially different material for each point would prevent batching the points in add_handles (and adding them out-of-order messes up other logic based on handle indices). This includes a public API change to allow specifying a texture for a handle material. This allows spatial gizmo plugins to customize the way a handle is rendered, if desired, but does not break existing behavior (as providing no texture uses the default). The path handle icons were resized as well. 16x16 is the standard icon size. These icons were 10x10 rather than 16x16, and appeared rather small in the editor. To resize, I: - Opened the original in Inkscape - Resized the document to 16x16 - Opened the transform dialog - Scaled by 160% proportionally - Used Align/Distribute to center on the page - Saved the document - Cleaned with `svgcleaner --multipass`
Diffstat (limited to 'editor/icons/EditorCurveHandle.svg')
-rw-r--r--editor/icons/EditorCurveHandle.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/EditorCurveHandle.svg b/editor/icons/EditorCurveHandle.svg
index ea69f4e4cc..e0f3256807 100644
--- a/editor/icons/EditorCurveHandle.svg
+++ b/editor/icons/EditorCurveHandle.svg
@@ -1 +1 @@
-<svg height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" fill="#fefefe" r="2.75" stroke="#000" stroke-linecap="square"/></svg>
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" fill="#fefefe" r="4.4" stroke="#000" stroke-linecap="square" stroke-width="1.6"/></svg>