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

This adds the `BrowserBack` and `BrowserForward` browser control keys to `ModifierKeys`. Closes #1628.

Closes #1105 Featuring: - Spans with different fonts - Faux bold and italic - Kerning - Line space - Font sizes (different sizes in the same span blocked on https://github.com/pop-os/cosmic-text/issues/64)...

At some point not that long after @0HyperCube helpfully rebuilt Deep/Shallow Select in 208e907fa4b561f28bc874211a43f4a762777157, it seems to have broken as a result of a regression (). ![image](https://github.com/GraphiteEditor/Graphite/assets/4388688/0652b859-46b8-40e2-8104-791bd2d9d4ad) Deep Select only...

Bug
Good First Issue
Rust

Tools such as the rectangle and shape tool should allow for editing of the created shape. Tools: - [ ] Spline dragging around points - [ ] Line tool adjusting...

Feature
Rust

Hi, Searching for Text being able to follow a Path (eg an invisible curve) similar to Inkscape: https://youtu.be/B3MOgQjElJ4?t=323 I saw https://github.com/GraphiteEditor/Graphite/pull/374 but this still doesn't seem possible?

Feature
Rust

When creating a color from a hex string with `Color::from_rgb_str()`, the hex string returned with `Color::rgb_hex()` is different. Example: ``` let hex_color_before = "cccccc"; use graphene_core::raster::color::Color; let color = Color::from_rgb_str(hex_color_before).unwrap();...

Bug
Cleanup
Rust

Currently it is possible to rename an artboard by double clicking in the layer tree. However this change is not reflected in the viewport, where it is still titled "Artboard"....

Feature
Good First Issue
Rust

Users should be able to set a rectangular grid to be displayed as dots instead of as lines. Here is the current grid settings. ![grid settings](https://github.com/GraphiteEditor/Graphite/assets/78500760/05fafd4c-2ff3-4475-ae7e-2bba6d717318) A toggle for displaying...

Feature
Good First Issue
Rust

Users should be able to customise the colours of the grid to allow for increased contrast with the background colour. Here is the current grid settings. ![grid settings](https://github.com/GraphiteEditor/Graphite/assets/78500760/05fafd4c-2ff3-4475-ae7e-2bba6d717318) A field...

Feature
Good First Issue
Rust
Paper Cut

We use a `` element for displaying our overlays on top of the artwork. But for users with a DPI display scaling ratio other than 100%, this won't be drawn...

Feature
Good First Issue
Rust