1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #13369 from brendandahl/smask-pattern

Fix tiling pattern with smask.
This commit is contained in:
Tim van der Meij 2021-05-13 13:26:38 +02:00 committed by GitHub
commit e394da5861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 202 additions and 0 deletions

View file

@ -538,6 +538,8 @@ const TilingPattern = (function TilingPatternClosure() {
graphics.executeOperatorList(operatorList);
graphics.endDrawing();
return {
canvas: tmpCanvas.canvas,
scaleX: dimx.scale,