mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 15:28:04 +08:00
* Add rendering to vector nodes * Add line, shape, rectange and freehand tool * Fix transforms, strokes and fills * Migrate spline tool * Remove blank lines * Fix test * Fix fill in properties * Select layers when filling * Properties panel transform around pivot * Fix select tool outlines * Select tool modifies node graph pivot * Add the pivot assist to the properties * Improve setting non existant fill UX * Cleanup hash function * Path and pen tools * Bug fixes * Disable boolean ops * Fix default handle smoothing on ellipses * Fix test and warnings --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
9 lines
182 B
Rust
9 lines
182 B
Rust
pub mod graph_modification_utils;
|
|
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;
|