Skip to content

Commit b2d6cd7

Browse files
committed
Correct window size
1 parent f7ba0a1 commit b2d6cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dspf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class RecordInfo {
307307
y: Number(points[0]) || 2,
308308
x: Number(points[1]) || 2,
309309
width: Number(points[3]),
310-
height: Number(points[2]) + 1
310+
height: Number(points[2])
311311
};
312312
break;
313313
case 1:

0 commit comments

Comments
 (0)