We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6305d0a commit d36accdCopy full SHA for d36accd
editor/src/consts.rs
@@ -102,7 +102,7 @@ pub const HIDE_HANDLE_DISTANCE: f64 = 3.;
102
pub const HANDLE_ROTATE_SNAP_ANGLE: f64 = 15.;
103
pub const SEGMENT_INSERTION_DISTANCE: f64 = 7.5;
104
pub const SEGMENT_OVERLAY_SIZE: f64 = 10.;
105
-pub const HANDLE_LENGTH_FACTOR: f64 = 0.80;
+pub const HANDLE_LENGTH_FACTOR: f64 = 0.5;
106
107
// PEN TOOL
108
pub const CREATE_CURVE_THRESHOLD: f64 = 5.;
0 commit comments