If you try to use % in CSS background insets it won't render correctly. In my case it lead to a blur effect on the shape I applied it to.
Reproduce it by using e.g.
-fx-background-insets: 0, 0, %1, %2;
Reproduce it by using e.g.
-fx-background-insets: 0, 0, %1, %2;
- relates to
-
JDK-8117454 Region's background drawing bad
-
- Closed
-
-
JDK-8092347 Add "margin" property to node and make it styleable from CSS
-
- Open
-