mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
* no trait ,not to fix line * add hints * line modification even when other shapes are selected * added transform and anchor overlays * removed old code * fixed transform added hints need to fix modifier keys use * refactored select-tool * add point-handle-gizmo * fix rotate bug * implement angle snapping gizmo , fix overlay and refactor the code * implement snapping for point-handle gizmo and implement no of point gizmo need to refactor * implemented the gizmo for polygon, added tests , brackets to increase sides * formatting-fix * small nit-picks * Make it compile * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
14 lines
284 B
Rust
14 lines
284 B
Rust
pub mod auto_panning;
|
|
pub mod color_selector;
|
|
pub mod compass_rose;
|
|
pub mod graph_modification_utils;
|
|
pub mod measure;
|
|
pub mod pivot;
|
|
pub mod resize;
|
|
pub mod shape_editor;
|
|
pub mod shape_gizmos;
|
|
pub mod shapes;
|
|
pub mod snapping;
|
|
pub mod transformation_cage;
|
|
pub mod utility_functions;
|