fix-boundary-scale: adds scaling to boundary Fixes #820
Proposed solution
This fixes #820 that I just filed. Basically when using a boundary element that has transform scale the bounding box is not what you expect.
Testing Done
Tested fix in my current project that uses this library, by modifying the index.js that is in the bundle with the same change.
Looks like the tsc GitHub action failed due to the usage of this.props.scale without first checking that it is undefined or providing an alternative value if it is.
@cor1 Thanks for your great work:) sorry for late.
Could you please check tsc errors?
@alexiz10 , @bokuweb sorry for the delay in my response. Didnt see your messages. I have cleaned up the code and fixed that.
@bokuweb any update?
@cor1 Sorry!! I'll check it!!!
@cor1 6.9.18 published 🎉
awesome thank you!