edvin
08/04/2017, 6:43 AMgradientsWithErrorColor
, 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.Ruckus
08/04/2017, 2:05 PM