A Text with effect will get a larger bounds than expected since marina 131. It's ok on marina 130.
there is tested Text:
var txt: Text = Text{
x: 50
y: 50
content: "Hello World1!"
fill: Color.WHITE
effect: InnerShadow {
choke: 0.3
offsetX: -0.5
offsetY: -0.5
radius: 4
color: Color.BLACK
};
textOrigin: TextOrigin.TOP
};
attachment is the testcase
there is tested Text:
var txt: Text = Text{
x: 50
y: 50
content: "Hello World1!"
fill: Color.WHITE
effect: InnerShadow {
choke: 0.3
offsetX: -0.5
offsetY: -0.5
radius: 4
color: Color.BLACK
};
textOrigin: TextOrigin.TOP
};
attachment is the testcase
- duplicates
-
JDK-8108480 InnerShadow bounds returning padded bounds instead of content bounds even though the effect does not expand the image
-
- Resolved
-