mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -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;
|
startingCurrentX += planechaseHeight * 1.3;
|
||||||
} else if (possibleCode == 'indent') {
|
} else if (possibleCode == 'indent') {
|
||||||
startingCurrentX += currentX;
|
startingCurrentX += currentX;
|
||||||
|
currentY -= 10;
|
||||||
} else if (possibleCode == '/indent') {
|
} else if (possibleCode == '/indent') {
|
||||||
startingCurrentX = 0;
|
startingCurrentX = 0;
|
||||||
} else if (possibleCode.includes('elemid')) {
|
} else if (possibleCode.includes('elemid')) {
|
||||||
|
Reference in New Issue
Block a user