mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
colorshifted
This commit is contained in:
@@ -1054,7 +1054,6 @@ function writeText(textObject, targetContext) {
|
||||
horizontalAdjust = textWidth - currentX;
|
||||
}
|
||||
if (currentX > widestLineWidth) {
|
||||
console.log(currentX);
|
||||
widestLineWidth = currentX;
|
||||
}
|
||||
paragraphContext.drawImage(lineCanvas, horizontalAdjust, currentY);
|
||||
|
Reference in New Issue
Block a user