Skip to content

Commit

Permalink
Added more parts of the spline rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Dec 20, 2024
1 parent 8c94938 commit 846fd29
Show file tree
Hide file tree
Showing 2 changed files with 526 additions and 61 deletions.
2 changes: 1 addition & 1 deletion jxl/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub enum Error {
#[error("Too many splines: {0}, limit is {1}")]
SplinesTooMany(u32, u32),
#[error("Spline has adjacent coinciding control points: point[{0}]: {1:?}, point[{2}]: {3:?}")]
SplineAdjacentCoincidingControlPoints(u32, Point, u32, Point),
SplineAdjacentCoincidingControlPoints(usize, Point, usize, Point),
#[error("Too many control points for splines: {0}, limit is {1}")]
SplinesTooManyControlPoints(u32, u32),
#[error(
Expand Down
Loading

0 comments on commit 846fd29

Please sign in to comment.