<@U10EJRH2L> In `gradientsWithErrorColor`, there i...
# tornadofx
e
@Ruckus In
gradientsWithErrorColor
, there is a font definition:
font = Font.font(14.0)
. This renders like
-fx-font: normal 14.0px "System"
but the test wanted it to be
-fx-font: normal 14.0pt "System"
. The differens is px vs pt. Is it supposed to render as
pt
? I've changed it now to make the test pass in the meantime.
r
I'm not sure. I thought I tested that stuff when we were making the don't enhancements, but apparently not thoroughly enough. I'll have to mess around with it more when I get some time.