Browse Source
In the referenced issue, there is a PDF which uses a fill pattern which does not have a matrix defined. This causes singularValueDecompose2dScale to fail with undefined property error when accessing elements of that matrix. This fix will only use the matrix when it is defined. The output for the PDF in question now looks identical to chrome and preview with respect to the gradient fill pattern.
1 changed files with 11 additions and 11 deletions
Loading…
Reference in new issue