Skip to content

Commit

Permalink
Remove TODO in forms exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
tinger committed Apr 19, 2024
1 parent 73bcd31 commit 83a0e9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/forms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ fn main() -> std::io::Result<()> {
annot.border_style().style(BorderType::Underline);
annot.appearance_characteristics().border_color_rgb(0.0, 0.0, 0.5);

// TODO: test whether this is actually needed depending on the
// appearance stream

// The reader will usually provide a default appearance and automatically
// highlight form fields. The appearance is relevant for printing however.
// While we don't provide an explicit appearnce here, if we did we likely
Expand Down

0 comments on commit 83a0e9a

Please sign in to comment.