Skip to content

Commit

Permalink
add border stroke for TYPE_CROSS check fields
Browse files Browse the repository at this point in the history
fixes #1261
  • Loading branch information
dadza committed Jan 23, 2025
1 parent 4821449 commit 897da44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public static PdfAppearance getAppearanceRadioCross(boolean on, PdfWriter writer
//draw surrounding rectangle
//"1 1 "+(width-2)+" "+(height-2)+" re"
app.rectangle(1, 1, box.getWidth() - 2, box.getHeight() - 2);
app.stroke();

//"W"
app.clip();
Expand Down

0 comments on commit 897da44

Please sign in to comment.