We should add support to CSS for setting dropshadow and innershadow effects using the standard css box-shadow property. It should map into effects set on the node so is a alternative way of setting effects.
http://www.w3.org/TR/css3-background/#the-box-shadow
One of the nice things of box-shadow is it allows you to layer multiple inner and outer shadows together. That can map into Blend effect with SrcOver to combine multiple InnerShadow and DropShadow effects.
http://www.w3.org/TR/css3-background/#the-box-shadow
One of the nice things of box-shadow is it allows you to layer multiple inner and outer shadows together. That can map into Blend effect with SrcOver to combine multiple InnerShadow and DropShadow effects.
- relates to
-
JDK-8101826 Effects in javafx css have a different syntax from "standard" css
-
- Closed
-
-
JDK-8101826 Effects in javafx css have a different syntax from "standard" css
-
- Closed
-