Converts radius number to sigma for drawing shadows
double convertRadiusToSigma(double radius) { return radius * 0.57735 + 0.5; }