colorshifted

This commit is contained in:
Kyle
2021-08-11 14:23:09 -07:00
parent c5d5358219
commit 23328cbbd7
23 changed files with 45 additions and 1 deletions

View File

@@ -1054,7 +1054,6 @@ function writeText(textObject, targetContext) {
horizontalAdjust = textWidth - currentX;
}
if (currentX > widestLineWidth) {
console.log(currentX);
widestLineWidth = currentX;
}
paragraphContext.drawImage(lineCanvas, horizontalAdjust, currentY);