Lessen height on indented lines

This commit is contained in:
Josh Birnholz
2023-02-08 01:23:39 -05:00
committed by Josh birnholz
parent 55ce7aeed1
commit b52e62468b

View File

@@ -2518,6 +2518,7 @@ function writeText(textObject, targetContext) {
startingCurrentX += planechaseHeight * 1.3;
} else if (possibleCode == 'indent') {
startingCurrentX += currentX;
currentY -= 10;
} else if (possibleCode == '/indent') {
startingCurrentX = 0;
} else if (possibleCode.includes('elemid')) {