Commit Graph

9 Commits

Author SHA1 Message Date
Adam
08c2d0543c Animated thumbnails 2025-07-17 00:31:09 -07:00
Adam
c2815ea0e3 fix animation 2025-07-16 18:36:22 -07:00
Adam
fcd379a62f WIP: Thumbnails 2025-07-16 01:43:00 -07:00
Adam
cf0a32b9b1 Context nullification, cached monitor nodes 2025-07-16 01:42:03 -07:00
Keavon Chambers
99966d848d Fix text per-glyph instance overlays and click target issues 2025-07-14 14:47:01 -07:00
James Lindsay
13ad814639 Add a complexity limit on displaying layer thumbnails to improve performance (#2828)
* Skip complex layer thumbnails

* Set Raster<GPU> to have usize::MAX render complexity

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-07-10 07:57:45 +00:00
James Lindsay
4a83067081 Fix Path tool's Path node transform calculation by skipping local transform based on first instance source ID (#2843)
* First instance source id

* Set source node id and migrations
2025-07-07 22:09:21 +00:00
Dennis Kobert
357e77077d Only compute bounding box for layers being rendered by Vello when actually used (#2771)
Only compute bounding box for vello when it is actually used

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-06-27 19:06:52 -07:00
Firestar99
9c4ab34a58 Extract gsvg_renderer from gcore, remove gcore/vello feature (#2760)
Extract `gsvg_renderer` from `gcore`, remove `gcore/vello` feature
2025-06-27 13:47:46 +00:00