Graphite/node-graph/libraries/rendering/src
YohYamasaki e686ee9f42
Add Table<GradientStops> gradient rendering (#3989)
* Add Table<GradientStops> gradient rendering

* Add SVG and Vello renderers for Table<GradientStops>

* Add thumbnail rendering for Table<GradientStops>

* Use row transform to map (0,0), (1,0) unit line to document space

* Set 100px width for the initially created gradient

* Add support of table gradients for the gradient tool

* Fix after review

* Thumbnail rendering of artboard with infinite gradient layer

* Hide radial gradient's reverse direction button for gradient table

* Remove unused imports

* Format

* Fix conflict with spread method

* Code review

* Fix thumbnails

* Connect up gradient_type and spread_method to attributes

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2026-04-29 05:45:50 -07:00
..
convert_usvg_path.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
lib.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
render_ext.rs Add support for setting the spread method for gradient fills (#3953) 2026-04-14 08:09:57 +00:00
renderer.rs Add Table<GradientStops> gradient rendering (#3989) 2026-04-29 05:45:50 -07:00
to_peniko.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00