Use the correct dimension to know if we have to add an EOL in vertical mode
This commit is contained in:
parent
290cbc5232
commit
9bb636402a
@ -2476,7 +2476,7 @@ class PartialEvaluator {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Math.abs(advanceX) > textContentItem.height) {
|
if (Math.abs(advanceX) > textContentItem.width) {
|
||||||
appendEOL();
|
appendEOL();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user