Currently all coordinates are saved briefly as they were on the screen. They must be saved as realtive to the screen so they would be reproducable on any screen. Calculate position according to that formula:
х / drawingViewWidth
у / drawingViewHeight
Currently all coordinates are saved briefly as they were on the screen. They must be saved as realtive to the screen so they would be reproducable on any screen. Calculate position according to that formula: х / drawingViewWidth у / drawingViewHeight
To complete this ticket, first complete #109