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

Likely fix for "strokeScaleEnabled" issue (#530) #991

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zachkinstner
Copy link

This fix for issue #530 involves copying some logic from Kinetic.SceneContext._stroke() to Kinetic.HitContext._stroke(). The HitContext was not updating its transforms before drawing a line with strokeScaleEnabled == false.

These changes resolved the immediate issues that I'm having today. I haven't tested other scenarios.

This fix involves copying some logic from Kinetic.SceneContext._stroke() to Kinetic.HitContext._stroke(). This fix resolves the immediate issues I'm having today -- I haven't tested other scenarios.
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.

None yet

1 participant