Skip to content

Commit

Permalink
manual: Fix hobby curve's style description
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jan 14, 2024
1 parent ec725eb commit 8f53a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Many CeTZ functions expect data in certain formats which we will call types. Not
/ `<coordinate>`: Any coordinate system. See coordinate-systems.
/ `<number>`: Any of `<float>`, `<integer>` or `<length>`.
/ `<style>`: Named arguments (or a dictionary if used for a single argument) of style key-values.
/ `<context>`: An opaque CeTZ context object that holds internal state.
/ `<context>`: An CeTZ context object that holds internal state.

== Anchors <anchors>
Anchors positions relative to named elements. To use an anchor of an element, you must give the element a name using the `name` argument. All elements with the `name` argument allow anchors.
Expand Down
4 changes: 2 additions & 2 deletions src/draw/shapes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,8 @@
/// *Root* `hobby`
/// == Keys
/// Supports marks.
/// #show-parameter-block("omega", "idk", [The curve's curlyness])
/// #show-parameter-block("rho", "idk", [])
/// #show-parameter-block("omega", "float", [The curve's curlyness])
/// #show-parameter-block("rho", "auto,function", [The $rho$ function of the form `(a, b) => float`])
///
/// = Anchors
/// Supports distance anchors.
Expand Down

0 comments on commit 8f53a89

Please sign in to comment.