We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2386948 + d79651e commit 745e427Copy full SHA for 745e427
src/display/canvas.js
@@ -1843,7 +1843,9 @@ class CanvasGraphics {
1843
}
1844
1845
setTextMatrix(opIdx, matrix) {
1846
- this.dependencyTracker?.recordSimpleData("textMatrix", opIdx);
+ this.dependencyTracker
1847
+ ?.resetIncrementalData("sameLineText")
1848
+ .recordSimpleData("textMatrix", opIdx);
1849
const { current } = this;
1850
current.textMatrix = matrix;
1851
current.textMatrixScale = Math.hypot(matrix[0], matrix[1]);
0 commit comments