A DESCRIPTION OF THE PROBLEM :
In the drawImage(Image, Double, Double, Double, Double) method in javafx.scene.canvas.GraphicsContext,
the Javadoc states:
'Draws an image into the given destination rectangle of the canvas. The Image is scaled to fit into the destination rectagnle. A null image value or an image still in progress will be ignored.'
rectagnle is a typo, it should be rectangle.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Read the javadoc
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The spelling should be correct
ACTUAL -
The spelling is incorrect
FREQUENCY : always
In the drawImage(Image, Double, Double, Double, Double) method in javafx.scene.canvas.GraphicsContext,
the Javadoc states:
'Draws an image into the given destination rectangle of the canvas. The Image is scaled to fit into the destination rectagnle. A null image value or an image still in progress will be ignored.'
rectagnle is a typo, it should be rectangle.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Read the javadoc
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The spelling should be correct
ACTUAL -
The spelling is incorrect
FREQUENCY : always
- duplicates
-
JDK-8204653 Fix mistakes in FX API docs
-
- Resolved
-