mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 17:58:12 +08:00
* Add pivot * Add dragging pivot * Cleanup * Remove tabs * Fix multiplication order * Restyle pivot * Add move cursor icon * Update pivot size * Code review tweaks * Fix alt with non-centred pivot * Comment for add one * Pivot sets layer panel origin * Tweek alt centre thing * Fix division by zero case * Add pivot dots to properties * FIx some typos Co-authored-by: Keavon Chambers <keavon@keavon.com>
8 lines
148 B
Rust
8 lines
148 B
Rust
pub mod overlay_renderer;
|
|
pub mod path_outline;
|
|
pub mod pivot;
|
|
pub mod resize;
|
|
pub mod shape_editor;
|
|
pub mod snapping;
|
|
pub mod transformation_cage;
|