Skip to content

Commit

Permalink
changes: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Dec 3, 2023
1 parent 54d6da9 commit f142f53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Catmull-Rom curves, Hobby curves and arcs now can have marks
- Fixed and improved intersection calculation
- Fixed marks pointing to +/- z
- New element `arc-through` to draw an arc through three points

### Plot
- Added `plot.add-contour(..)` for plotting contour plots
Expand Down
Binary file modified manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/draw/shapes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,12 @@
/// the function fails.
///
/// #example(```
/// arc-through((0,0), (1,0), (2,0))
/// arc-through((0,1), (1,1), (1,0))
/// ```)
///
/// *Style Root* `arc` \
/// *Style Keys* \
/// For style keys, see `arc`.
/// Uses the same style keys as @@arc()
///
/// *Anchors* \
/// For anchors see `arc`.
Expand Down

0 comments on commit f142f53

Please sign in to comment.