Avatar

Level 4

i have figured out how to do this:

1. ensure that every instance of your SharedWhiteBoard is the same width & height across all connected machines

2. NEVER change this width & height

3. put every instance of your SharedWhiteBoard in a Canvas container that is exactly the same size as said SharedWhiteBoard

4. use the transform.matrix property of your containing canvas to scale the container, but not the SharedWhiteBoard

painful, that was.