I have a paper with some elements that the user can drag around and resize. Is there a way to reset these elements info so that subsequent transforms start from that?
If I use transform('T')
then changes in position or size are from the beginning of the user session and if I use transform('...T')
then it starts from the previous transform. I would like, at certain times to essentially reset the origin so that transform('T')
works from these saved states. Hope that makes sense.