-
Enhancement
-
Resolution: Fixed
-
P5
-
7u6
The fix for RT-13735 introduced a couple of unused variables in javafx.scene.text.Text, in the updatePGTextHelper method.
As one can see at http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/file/ba369f618738/javafx-ui-common/src/javafx/scene/text/Text.java the stroke dash array code seems to have been extracted in a helper method (getPGStrokeDashArray) but remains duplicated in the method, from line 1524 to 1529
As one can see at http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/file/ba369f618738/javafx-ui-common/src/javafx/scene/text/Text.java the stroke dash array code seems to have been extracted in a helper method (getPGStrokeDashArray) but remains duplicated in the method, from line 1524 to 1529