mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Normalize the BBox of form XObjects on the /core side
This commit is contained in:
parent
ecbdc508f7
commit
9cd5f94f03
3 changed files with 7 additions and 2 deletions
|
@ -1278,7 +1278,7 @@ SVGGraphics = (function SVGGraphicsClosure() {
|
|||
matrix[3], matrix[4], matrix[5]);
|
||||
}
|
||||
|
||||
if (Array.isArray(bbox) && bbox.length === 4) {
|
||||
if (bbox) {
|
||||
var width = bbox[2] - bbox[0];
|
||||
var height = bbox[3] - bbox[1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue