Fix anti-aliasing in overlays by aligning everything with the pixel grid (#1603)

This commit is contained in:
Keavon Chambers
2024-02-13 20:47:16 -08:00
committed by GitHub
parent b18822b1b4
commit fc8b41914b
11 changed files with 91 additions and 65 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ pub const BOUNDS_SELECT_THRESHOLD: f64 = 10.;
pub const BOUNDS_ROTATE_THRESHOLD: f64 = 20.;
// Path tool
pub const MANIPULATOR_GROUP_MARKER_SIZE: f64 = 5.;
pub const MANIPULATOR_GROUP_MARKER_SIZE: f64 = 6.;
pub const SELECTION_THRESHOLD: f64 = 10.;
pub const HIDE_HANDLE_DISTANCE: f64 = 3.;
pub const INSERT_POINT_ON_SEGMENT_TOO_FAR_DISTANCE: f64 = 50.;