Graphite
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...
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 ().  Deep Select only...
Tools such as the rectangle and shape tool should allow for editing of the created shape. Tools: - [ ] Spline dragging around points - [ ] Line tool adjusting...
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?
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();...
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"....
Users should be able to set a rectangular grid to be displayed as dots instead of as lines. Here is the current grid settings.  A toggle for displaying...
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.  A field...
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...