Skip to content

Commit

Permalink
Missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 28, 2021
1 parent fc3f8a1 commit 23048dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/offset_curve
Expand Up @@ -10,7 +10,7 @@
{"arg":"miter_limit","optional":true,"default":"2.0","description":"limit on the miter ratio used for very sharp corners (when using miter joins only)"}],
"examples": [ { "expression":"offset_curve($geometry, 10.5)", "returns":"line offset to the left by 10.5 units"},
{ "expression":"offset_curve($geometry, -10.5)", "returns":"line offset to the right by 10.5 units"},
{ "expression":"offset_curve($geometry, 10.5, segments=16, join=1)", "returns":"line offset to the left by 10.5 units, using more segments to result in a smoother curve"},
{ "expression":"offset_curve($geometry, 10.5, join=3)", "returns":"line offset to the left by 10.5 units, using a beveled join"}]
{ "expression":"offset_curve($geometry, 10.5, segments:=16, join:=1)", "returns":"line offset to the left by 10.5 units, using more segments to result in a smoother curve"},
{ "expression":"offset_curve($geometry, 10.5, join:=3)", "returns":"line offset to the left by 10.5 units, using a beveled join"}]
}

0 comments on commit 23048dd

Please sign in to comment.