Fixed typo in core/jpx.js #5227
This commit is contained in:
parent
c84a5695f0
commit
d716fe438a
@ -535,7 +535,7 @@ var JpxImage = (function JpxImageClosure() {
|
||||
codeblockWidth: xcb_,
|
||||
codeblockHeight: ycb_,
|
||||
numcodeblockwide: cbx1 - cbx0 + 1,
|
||||
numcodeblockhigh: cby1 - cby1 + 1
|
||||
numcodeblockhigh: cby1 - cby0 + 1
|
||||
};
|
||||
subband.codeblocks = codeblocks;
|
||||
subband.precincts = precincts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user