Results 11 comments of joe

By the way, you'd better modify function `_getTextHeight` in `src/entites/textEntity` to ```js _getTextHeight( entity ) { let textSize = 12; if ( typeof entity.nominalTextHeight !== 'undefined' ) textSize = entity.nominalTextHeight;...