Skip to content
Snippets Groups Projects
Commit d22d0792 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Deleted strange artifact

parent 36af4f7a
No related branches found
No related tags found
1 merge request!34Feat/brailletext update 54
......@@ -140,7 +140,6 @@ public class BarChartRasterizer implements Rasterizer<CategoricalBarChart> {
// Diagram Title
String title = diagram.getTitle();
int titleLength = mTextRasterizer.getBrailleStringLength(title);
int lel = mTextRasterizer.getBrailleStringLength(title, BrailleLanguage.Language.DE_KURZSCHRIFT);
int titleHeight = (int) Math.ceil(titleLength / referenceCellArea.getWidth());
if (titleHeight > mMaximumTitleHeightCells) {
throw new InsufficientRenderingAreaException("Title is too long. (Exceeds maximum height)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment