mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Apply transfer filters to any graphic commands
This commit is contained in:
parent
e0d934ac9d
commit
8304df2520
4 changed files with 34 additions and 7 deletions
|
@ -81,7 +81,7 @@ class FilterFactory {
|
|||
|
||||
addFilter(maps) {
|
||||
if (!maps) {
|
||||
return "";
|
||||
return "none";
|
||||
}
|
||||
|
||||
// When a page is zoomed the page is re-drawn but the maps are likely
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue