Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Revar Desmera 2026-02-05 21:41:10 -08:00 committed by GitHub
parent bbd73d6cff
commit 9783a3b41b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -949,7 +949,7 @@ module partition(size=100, spread=10, cutsize=10, cutpath="jigsaw", gap=0, cutpa
// stroke(ptn_sect("sawtooth addflip"));
// Example(2D): Suffixing the name with a string like `" 5x"` will construct 5 repetitions of the pattern.
// stroke(ptn_sect("sawtooth 5x"));
// Example(2D): Suffixing the name with a string like `" 40x20"` will scale the pattern to a size of 40 by 30. By default a pattern will be 20 by 20 in size.
// Example(2D): Suffixing the name with a string like `" 40x20"` will scale the pattern to a size of 40 by 20. By default a pattern will be 20 by 20 in size.
// stroke(ptn_sect("jigsaw 40x20"));
// Example(2D): You can add multiple space delimited suffixes to apply multiple effects.
// stroke(ptn_sect("halfsine addflip yflip 40x30 3x"));