ten new "wave" types, new "reverse" and "stagger" parameters, new names_wave#104
Merged
Conversation
* When `stagger = TRUE`, alternate wave rows are phase-shifted by half a wavelength so crests of one row align with troughs of adjacent rows. * An error is raised when the amplitude/density settings would cause adjacent staggered bands to overlap. closes #100 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* The preexisting "wave" pattern gains ten new `type` values, a `reverse` parameter, a `stagger` parameter, and `names_wave` (#100, #101). BREAKING CHANGES: * The `"indented"` (formerly `"triangle"`) wave type now uses a wider stroke in order to better match the apparent stroke widths of the new wave types. Users who relied on the previous visual appearance should reduce `density` to compensate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Add
staggerparameter to 'wave' pattern (feat: Add stagger support to the "wave" pattern #100)stagger = TRUE, alternate wave rows are phase-shifted by half a wavelength so crests of one row align with troughs of adjacent rows.closes feat: Add stagger support to the "wave" pattern #100
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
feat!: ten new wave types, new
reverseparameter,names_wave(Support more waves in 'wave' pattern #101)typevalues, areverseparameter, astaggerparameter, andnames_wave(feat: Add stagger support to the "wave" pattern #100, Support more waves in 'wave' pattern #101).BREAKING CHANGES:
"indented"(formerly"triangle") wave type now uses a wider strokein order to better match the apparent stroke widths of the new wave types.
Users who relied on the previous visual appearance should reduce
densityto compensate.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com