Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

An open source graphics editor for 2025: comprehensive 2D content creation tool suite for graphic design, digital art, and interactive real-time motion graphics — featuring node-based procedural editi...

Results 538 Graphite issues
Sort by recently updated
recently updated
newest added

![shear](https://user-images.githubusercontent.com/1863441/187081005-ad77e512-fa5b-49ca-a950-b26879c724e5.gif)

Bug
Available
Rust
P-Low

Replace usage of HTML canvas with `rust` generated SVGs. - Added `BezierExample` and `BezierExamplePane` to replace `Example`, `BezierDrawing` and `ExamplePane` - Changed the related functions in the `wasm` code to...

Now that pivots are implemented and pivot-based scaling is working correctly, the last major improvement that's required to finalize this feature's UX is to make the bounding box based on...

Feature
Available
Rust
P-High

The current node system forms the basis of the "proto graph" which is made of the building blocks of a functional programming language of composable nodes. Next, we need to...

Feature
Needs Architecture
In-Progress
Time Sensitive
Rust
P-Critical

Blocked on #771 --- ```rs #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)] /// Represents different types of layers. pub enum LayerDataType { /// A layer that wraps a [FolderLayer] struct. Folder(FolderLayer), ///...

Needs Architecture
Blocked
Rust
P-Critical

Holding a modifier key while, for example, dragging something causes a lot of frames to be dropped. This likely is because of the message spam resulting from the key repeat...

Available
Rust
P-Medium
Performance

![Pencilfreehand](https://user-images.githubusercontent.com/99513716/205124439-5a6e939e-df62-43ef-8675-e5da7a389417.PNG) When I use this tool the lines of the pencil isn't really smooth. Is this a bug? can it be fixed?

Feature
Rust

Add a 🔒 to layers to prevent them from being selected in the viewport. It should still allow selection in the Layer Tree panel, and updating of values in the...

Feature
Good First Issue
Rust