Skip to content

Reduce jittering in symbols

James Westman requested to merge jwestman/libshumate:reduce-symbol-jitter into main

Used doubles instead of floats, which increases precision. Also, corrected for a loss of precision caused by GtkAllocation's use of integers.

Merge request reports