touchable
touchable copied to clipboard
Respect canvas transformations
Since I started to use the canvas more indepth and especially had to translate from one coordinate space to another I updated the touchable code to also respect the currently applied transformation.
I only tested the path but went ahead and let CodePilot generate the rest of the changes to apply the transformation to all draw methods.
Fix #53, #57