The error is: epaint-0.28.1/src/text/font.rs:92:9: assertion failed: scale_in_pixels > 0.0. I am running into the error frequently with large force-directed graphs. Unfortunately, the nature of force-directed graphs means finding a minimal reproducible example is difficult. The error-message seems to provide enough of a hint though. I assume scale_in_pixels is getting rounded to 0 somewhere.
The error is:
epaint-0.28.1/src/text/font.rs:92:9: assertion failed: scale_in_pixels > 0.0
. I am running into the error frequently with large force-directed graphs. Unfortunately, the nature of force-directed graphs means finding a minimal reproducible example is difficult. The error-message seems to provide enough of a hint though. I assumescale_in_pixels
is getting rounded to0
somewhere.