mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
Rename GradientStops to Gradient and the legacy Gradient/Fill structs to LegacyGradient/LegacyFill
This commit is contained in:
committed by
Dennis Kobert
parent
21eae1e2a1
commit
fd7f67b3e9
@@ -2186,10 +2186,10 @@ mod tests {
|
||||
#[implementations(
|
||||
() -> List<Raster<CPU>>,
|
||||
() -> List<Color>,
|
||||
() -> List<GradientStops>,
|
||||
() -> List<Gradient>,
|
||||
Footprint -> List<Raster<CPU>>,
|
||||
Footprint -> List<Color>,
|
||||
Footprint -> List<GradientStops>,
|
||||
Footprint -> List<Gradient>,
|
||||
)]
|
||||
image: impl Node<F, Output = T>,
|
||||
) -> T {
|
||||
|
||||
Reference in New Issue
Block a user