"Cam" style JS CUT library shape fill. #267
Merged
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.
Note on new PR style: Modern software projects use a structure pull request where the developer in charge of initially creating the work, upon submission in a PR summarizes all notable changes made by the work, and includes verification steps for testing, for another developer to run through and test/verify by hand, along with code review. This will become the standard for this project and others immediately associated moving forward.
This PR does the following:
paper.auto.fill.js
and into their own filespaper.auto.fill.line.js
for dynamic line fills, andpaper.auto.fill.overlay.js
for spiral fill.paper.auto.fill.cam.js
from the JSCUT library addition taken from PancakePainter work.To verify:
npm start
The conversion between the width settings and the output might not be right, so if the correct width setting for line fill isn't working correctly for this new fill type, we'll need to finesse it a bit.