mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-29 09:24:04 +00:00
Add Table<Gradient> as a graphical type (#3051)
This commit is contained in:
parent
1b351aca76
commit
bdc029c692
33 changed files with 689 additions and 573 deletions
|
@ -1276,9 +1276,11 @@ mod tests {
|
|||
#[implementations(
|
||||
() -> Table<Raster<CPU>>,
|
||||
() -> Table<Color>,
|
||||
() -> Table<GradientStops>,
|
||||
() -> GradientStops,
|
||||
Footprint -> Table<Raster<CPU>>,
|
||||
Footprint -> Table<Color>,
|
||||
Footprint -> Table<GradientStops>,
|
||||
Footprint -> GradientStops,
|
||||
)]
|
||||
image: impl Node<F, Output = T>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue