forked from GithubMirrors/cardconjurer
		
	Lessen height on indented lines
This commit is contained in:
		 Josh Birnholz
					Josh Birnholz
				
			
				
					committed by
					
						 Josh birnholz
						Josh birnholz
					
				
			
			
				
	
			
			
			 Josh birnholz
						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