-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
Environment:
win7, presidio build 22
- run ShortAppWithoutDependencies51 from attached sources
- observe text without stroke appear
- change line 39 "setScaleX(0)" to "setScaleX(0.1)", run application again
- observe text with stroke appear
expected: setStroke should work for Text, when initial Scale value is 0
- observe text without stroke appear
- change line 39 "setScaleX(0)" to "setScaleX(0.1)", run application again
- observe text with stroke appear
expected: setStroke should work for Text, when initial Scale value is 0