From 31b62b1aa73333d5d872679ade846d81027d77e5 Mon Sep 17 00:00:00 2001 From: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:29:11 +0800 Subject: [PATCH] docs: drop copied Robidoux Sharp comment from Spline CubicResampler.Spline had a second XML summary copied from RobidouxSharp. The field is the B-spline (B=1, C=0) kernel, so only the spline summary should remain. Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com> --- .../Processors/Transforms/Resamplers/CubicResampler.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs b/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs index 41228e4111..1add8160ae 100644 --- a/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs +++ b/src/ImageSharp/Processing/Processors/Transforms/Resamplers/CubicResampler.cs @@ -53,10 +53,6 @@ namespace SixLabors.ImageSharp.Processing.Processors.Transforms; /// The function implements the spline algorithm. /// /// - /// - /// The function implements the Robidoux Sharp algorithm. - /// - /// public static readonly CubicResampler Spline = new(2, 1, 0); ///