-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
fx1.0
From Lucas Jordan:
I have attached a netbeans project that illustrates a bug with Color Adjust. The scene is composed of 4 nodes, in the following order, from back to front:
rectangle
SVGa
SVGb
SVGc
The SVG objects are loaded from a fxz file and are none rectangular, thus there are transparent regions within their bounds.
The problem is that SVGb has a ColorAdjust applied to it that is effecting the rectangle and SVGa since they are partially 'behind' SVGb. SVGc is correctly unaffected.
I would expect the ColorAdjust effect to change the color of any none transparent pixels within a nodes bounds and not effect any transparent regions.
I have attached a netbeans project that illustrates a bug with Color Adjust. The scene is composed of 4 nodes, in the following order, from back to front:
rectangle
SVGa
SVGb
SVGc
The SVG objects are loaded from a fxz file and are none rectangular, thus there are transparent regions within their bounds.
The problem is that SVGb has a ColorAdjust applied to it that is effecting the rectangle and SVGa since they are partially 'behind' SVGb. SVGc is correctly unaffected.
I would expect the ColorAdjust effect to change the color of any none transparent pixels within a nodes bounds and not effect any transparent regions.