mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Lessen height on indented lines
This commit is contained in:

committed by
Josh birnholz

parent
55ce7aeed1
commit
b52e62468b
@@ -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')) {
|
||||
|
Reference in New Issue
Block a user