Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: closed Path with blend mode throw error #1763

Merged

Conversation

sasensi
Copy link
Contributor

@sasensi sasensi commented Jan 21, 2020

Description

In some specific case, closed path was assumed to have at least one segment whereas this not always the case.

Related issues

Checklist

  • New tests added or existing tests modified to cover all changes
  • Code conforms with the JSHint rules (npm run jshint passes)

@lehni lehni merged commit 8d67d14 into paperjs:develop May 23, 2020
@lehni
Copy link
Member

lehni commented May 23, 2020

Thank you @sasensi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Path.removeSegments() results in script error in function addJoin (segment is undefined)
2 participants