overlap codes #1550
-
Describe the bug To Reproduce
Expected behavior Screenshots Info (please complete the following information):
Code snippet
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think this may be related. If not, I'm happy to open another issue. Lines are showing ok in Carbon but when I export as a png image, they are wrapping and the text is becoming out of order Codeif(salary >= requiredSalary) {
if(years >= requiredYearsEmployed){
System.out.println("You qualify for the loan.");
}
else{
System.out.println("Sorry, you do not qualify.");
}
} Carbon ViewExported View
|
Beta Was this translation helpful? Give feedback.
-
For anyone looking for a workaround:
|
Beta Was this translation helpful? Give feedback.
For anyone looking for a workaround: