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

Closes #3155 - Crash when merging brush layer into boolean layer in debug both changes to rs files in node-graph, merge handling was improper, causing a panic with certain data...

Adds the Typography data type, which is part of the Graphic enum and rendered to svg as `` and rendered to Vello with `draw_glyphs` TODO: Replace `FontCache` with `NewFontCache`, update...

Refactored line gizmo API which was handled by shape-tool to be managed under the new GizmoManager.

If there are two segments which are close under a certain threshold and are selected, they can be glued together by a certain toggle or button.

- If there are selected points which are close under certain threshold, then the button becomes active and allows to merge those points into a single point. - If vector...

Added turns gizmo for spirals and updated the spiral API to use inner and outer radii instead of tightness and growth