diff options
author | bobzel <zzzman@gmail.com> | 2022-05-11 17:08:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-05-11 17:08:17 -0400 |
commit | b6448779f56b3bcad108e8a2c8e75ac405524a3e (patch) | |
tree | 824cd56f47ed98de16fbea314fb6c0ed505f6af1 /src/client/documents/Documents.ts | |
parent | f79a109aaa2c89d1462a1299c9e4bd0a0305e115 (diff) |
fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused LOD code.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index dd3e13cfd..d9c2e0d8b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -116,7 +116,6 @@ export class DocumentOptions { _fitToBox?: boolean; // whether a freeformview should zoom/scale to create a shrinkwrapped view of its contents _lockedPosition?: boolean; // lock the x,y coordinates of the document so that it can't be dragged _lockedTransform?: boolean; // lock the panx,pany and scale parameters of the document so that it be panned/zoomed - _freeformLOD?: boolean; // whether to use LOD to render a freeform document _isPushpin?: boolean; // whether document, when clicked, toggles display of its link target _showTitle?: string; // field name to display in header (:hover is an optional suffix) _showCaption?: string; // which field to display in the caption area. leave empty to have no caption |