With "JavaFX Scene Builder 1.1 EarlyAccess" I tried to texturize some panels using CSS and a 10x10 .png file.
I can successfully texturized all my rectangular regions/panels exept one, which has a custom SVGPath shape.
If I use "-fx-background-color" instead, everything is fine. Even the effects, such DropShadow, are successfuly applied.
It seems that "-fx-shape" is not compatible with "-fx-background-image" => is this a bug or is it intended?
cf: http://stackoverflow.com/questions/15035367/is-fx-shape-compatible-with-fx-background-image
I can successfully texturized all my rectangular regions/panels exept one, which has a custom SVGPath shape.
If I use "-fx-background-color" instead, everything is fine. Even the effects, such DropShadow, are successfuly applied.
It seems that "-fx-shape" is not compatible with "-fx-background-image" => is this a bug or is it intended?
cf: http://stackoverflow.com/questions/15035367/is-fx-shape-compatible-with-fx-background-image