fix canvas renderer

This commit is contained in:
Jörg Breitbart
2018-10-31 15:35:30 +01:00
parent cabd4a721c
commit 200b59b47c
+5
View File
@@ -90,6 +90,11 @@ export class TextRenderLayer extends BaseRenderLayer {
continue;
}
// Simply skip empty cells...
if (!chars) {
continue;
}
// Process any joined character ranges as needed. Because of how the
// ranges are produced, we know that they are valid for the characters
// and attributes of our input.