diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-18 22:18:57 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-18 22:27:01 +0200 |
commit | 558e93f069d273f02f15b3b04921d09a3b30848d (patch) | |
tree | bc019106614cf64ff952793a9277c93acfb10e20 /editor/icons/icon_editor_curve_handle.svg | |
parent | ef37f00525643e391e19b79f84fc6fd15762b3be (diff) |
Improve the appearance of 2D path editors
- Add new handle icons for path/polygon editors
- Add smooth path point icons and curve tangent icons
- Use a gray color for tangent lines in the Path2D and Path editors
- Use antialiasing for Path2D lines
Diffstat (limited to 'editor/icons/icon_editor_curve_handle.svg')
-rw-r--r-- | editor/icons/icon_editor_curve_handle.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/icon_editor_curve_handle.svg b/editor/icons/icon_editor_curve_handle.svg new file mode 100644 index 0000000000..c405ceab9d --- /dev/null +++ b/editor/icons/icon_editor_curve_handle.svg @@ -0,0 +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>
\ No newline at end of file |