Rename GradientStops to Gradient and the legacy Gradient/Fill structs to LegacyGradient/LegacyFill

This commit is contained in:
Keavon Chambers
2026-07-20 15:27:21 -07:00
committed by Dennis Kobert
parent 21eae1e2a1
commit fd7f67b3e9
45 changed files with 296 additions and 300 deletions

View File

@@ -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 {