Skip to content

renderer: Fix a division-by-zero

Matthias Clasen requested to merge fix-error-underline into master

We need to check if height is zero before dividing by it. For completeness, check width at the same time.

This was pointed out in !167 (closed)

Merge request reports