Scales a vertical value relative to the screen height.
double sy(num value) { return value.toDouble() * (max(windowHeight, windowWidth) / guidelineBaseHeight); }