Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ The release run heads these entries with the version and opens a fresh

- The rendered pdf view exposes `odr.annotation`: the five tools, live preview
and undo, whose `getAnnotations()` produces exactly what `annotate` takes.
It marks on `mark()`, and `setOptions` holds the gesture policy: what marks,
which pointers draw, what a touch on an armed page does.

- `PdfFile::is_annotatable` answers for the file what the `annotate` capability
answers for the format, and narrows it. Encrypted and repaired pdfs say no.
Expand Down
3 changes: 0 additions & 3 deletions docs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
- [The v7 public API](api-v7.md) — what the next major removes from
`src/odr/*.hpp`, why, and in which pull requests: one road per operation, and
the removals this document's *Open tasks* deferred until a major.
- [PDF annotation design](pdf-annotation.md) — markup annotations (highlight,
freehand ink) written back as standard annotations via an incremental update:
why no PDF library, the JSON wire format, and the effort it costs.

## Diagrams

Expand Down
305 changes: 0 additions & 305 deletions docs/design/pdf-annotation.md

This file was deleted.

Loading
Loading