-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7u6
-
Component/s: javafx
-
None
-
Environment:
OS: Windows 7
FX: 2.2.0-beta-b07
Please take a look ate the attached screen-shot & simple test.
The difference with the normal text usage is:
final Text txt = new Text(200, 200, "JavaFX");
> txt.setStrokeWidth(4);
> txt.setStroke(Color.BLACK);
In this case text bound is calculated incorrectly and animation paints with errors.
The difference with the normal text usage is:
final Text txt = new Text(200, 200, "JavaFX");
> txt.setStrokeWidth(4);
> txt.setStroke(Color.BLACK);
In this case text bound is calculated incorrectly and animation paints with errors.
- relates to
-
JDK-8109988 TV sometimes leaves part of the "J" when performing transitions on text
-
- Closed
-