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.
Resolves
A step towards #211 and scratchfoundation/scratch-render#594
Proposed Changes
This includes the first 3 commits from #127, with the requested changes made:
SvgRenderer
, and update the documentation and playground to match.SvgRenderer
's properties.SvgRenderer._drawFromImage
.Reason for Changes
These changes make it easier to split
SvgRenderer
up into multiple parts, some of which can be moved into the specific repositories which need them, and allow more complex changes like the ones required by scratchfoundation/scratch-render#594 to be implemented without touching this repo.Test Coverage
All existing tests pass