anastasiabolotnikova / sportlyzer

1 stars 0 forks source link

Fix coordinate saving system #134

Closed ZenMast closed 9 years ago

ZenMast commented 10 years ago

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

sergeijakovlev commented 9 years ago

Fixed in commit 95b3ec2b.