Update SVGBezierPath.mm #235
Closed
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.
• Ensure that pathBySettingSVGAttributes: always returns a non-null value. • If [self copy] returns nil, return self or create a new instance as a fallback. • Add a comment explaining the fallback.
Thank you for submitting a PR for PocketSVG 😀
If you're fixing an issue, please briefly describe the current behaviour and the new behaviour. If you're addressing an open issue, please link to it.
If you're introducing a new feature, please briefly describe the new behavior and provide code + sample SVGs for us to see it in action.
Please also add that as an entry in our
CHANGELOG.mdfile to explain your changes and credit yourself. Add the entry in the appropriate section (New Features / Fixes / Internal Change / Breaking Change) underUnreleased. Add links to your GitHub profile and to the related PR and issue after your description. Be part of history.