We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdc10d commit 6c5c86aCopy full SHA for 6c5c86a
pdf/src/object/types.rs
@@ -952,7 +952,7 @@ pub struct Annot {
952
pub subtype: Name,
953
954
#[pdf(key="Rect")]
955
- pub rect: Rectangle,
+ pub rect: Option<Rectangle>,
956
957
#[pdf(key="Contents")]
958
pub contents: Option<PdfString>,
@@ -982,7 +982,7 @@ pub struct Annot {
982
pub color: Option<Primitive>,
983
984
#[pdf(key="InkList")]
985
- pub inkList: Option<Primitive>,
+ pub ink_list: Option<Primitive>,
986
987
#[pdf(other)]
988
pub other: Dictionary,
0 commit comments