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.
2 parents 3234912 + 17993a0 commit af542a8Copy full SHA for af542a8
test/driver.js
@@ -257,10 +257,8 @@ class Rasterize {
257
// Rendering annotation layer as HTML.
258
const parameters = {
259
annotations,
260
- linkService: new SimpleLinkService(),
261
imageResourcesPath,
262
renderForms,
263
- annotationStorage,
264
fieldObjects,
265
};
266
@@ -272,6 +270,8 @@ class Rasterize {
272
270
annotationCanvasMap: annotationImageMap,
273
271
page,
274
viewport: annotationViewport,
+ linkService: new SimpleLinkService(),
+ annotationStorage,
275
});
276
await annotationLayer.render(parameters);
277
await annotationLayer.showPopups();
0 commit comments