KineticJS
KineticJS copied to clipboard
Likely fix for "strokeScaleEnabled" issue (#530)
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.