Files
librsvg/rsvg/tests/fixtures/render-crash/bug932-too-big-font-size.svg

10 lines
233 B
XML

<?xml version="1.0"?>
<svg width="200" height="300">
<!-- Detect overflow when converting to Pango units in the following cases -->
<text style="font-size:1e7px;">A</text>
<text style="letter-spacing:1e7px;">A</text>
</svg>