Basically, one of my layers can zoom in and out. I have another layer which has a canvas object, this is above the layer that zooms.
Now when I draw a line with the canvas, I'm drawing it between 2 points that are located on the zoom layer. However this drawn line won't change size when the layer beneath it zooms, it seems that it does not take into account that it has actually zoomed out/in.
Am I doomed? or is there a work around?