@@ -316,17 +316,17 @@ src/
316316
317317Supported annotation types (synced with PDF.js):
318318
319- | Type | Properties | PDF Subtype |
320- | --------------- | ------------------------------------------- | ------------ |
321- | ` highlight ` | ` rects ` , ` color? ` , ` content? ` | ` /Highlight ` |
322- | ` underline ` | ` rects ` , ` color? ` | ` /Underline ` |
323- | ` strikethrough ` | ` rects ` , ` color? ` | ` /StrikeOut ` |
324- | ` note ` | ` x ` , ` y ` , ` content ` , ` color? ` | ` /Text ` |
325- | ` rectangle ` | ` x ` , ` y ` , ` width ` , ` height ` , ` color? ` , etc. | ` /Square ` |
326- | ` circle ` | ` x ` , ` y ` , ` width ` , ` height ` , ` color? ` , etc. | ` /Circle ` |
327- | ` line ` | ` x1 ` , ` y1 ` , ` x2 ` , ` y2 ` , ` color? ` | ` /Line ` |
328- | ` freetext ` | ` x ` , ` y ` , ` content ` , ` fontSize? ` , ` color? ` | ` /FreeText ` |
329- | ` stamp ` | ` x ` , ` y ` , ` label ` , ` color? ` , ` rotation? ` | ` /Stamp ` |
319+ | Type | Properties | PDF Subtype |
320+ | --------------- | ------------------------------------------------------------------ | ------------ |
321+ | ` highlight ` | ` rects ` , ` color? ` , ` content? ` | ` /Highlight ` |
322+ | ` underline ` | ` rects ` , ` color? ` | ` /Underline ` |
323+ | ` strikethrough ` | ` rects ` , ` color? ` | ` /StrikeOut ` |
324+ | ` note ` | ` x ` , ` y ` , ` content ` , ` color? ` | ` /Text ` |
325+ | ` rectangle ` | ` x ` , ` y ` , ` width ` , ` height ` , ` color? ` , etc. | ` /Square ` |
326+ | ` circle ` | ` x ` , ` y ` , ` width ` , ` height ` , ` color? ` , etc. | ` /Circle ` |
327+ | ` line ` | ` x1 ` , ` y1 ` , ` x2 ` , ` y2 ` , ` color? ` | ` /Line ` |
328+ | ` freetext ` | ` x ` , ` y ` , ` content ` , ` fontSize? ` , ` color? ` | ` /FreeText ` |
329+ | ` stamp ` | ` x ` , ` y ` , ` label ` , ` color? ` , ` rotation? ` | ` /Stamp ` |
330330| ` image ` | ` x ` , ` y ` , ` width ` , ` height ` , ` imageData? ` /` imageUrl? ` , ` rotation? ` | ` /Stamp ` |
331331
332332## Dependencies
0 commit comments