Commit 9df5903
committed
fix: print ACL'd images again
The update of the upstream mpdf library in e56751d undid the adjustment
made for the images in 0576bb8.
Since the approach chosen in that commit was declined upstream
(mpdf/mpdf#460), this is now a minimal fix for that problem until we
find time to fix it properly upstream.
This fix will have to be repeated after every update of the upstream
library.1 parent e56751d commit 9df5903
File tree
2 files changed
+3
-1
lines changed- vendor/mpdf/mpdf/src
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments