Skip to content

Commit 6a55637

Browse files
committed
Update javadoc for PdfFormField#drawButton()
1 parent 8b5d949 commit 6a55637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,8 +3357,8 @@ protected PdfFormXObject drawPushButtonAppearance(float width, float height, Str
33573357
* Performs the low-level drawing operations to draw a button object.
33583358
*
33593359
* @param canvas the {@link PdfCanvas} of the page to draw on.
3360-
* @param x the x coordinate of the lower left corner of the button rectangle
3361-
* @param y the y coordinate of the lower left corner of the button rectangle
3360+
* @param x will be ignored, according to spec it shall be 0
3361+
* @param y will be ignored, according to spec it shall be 0
33623362
* @param width the width of the button
33633363
* @param height the width of the button
33643364
* @param text the text to display on the button

0 commit comments

Comments
 (0)