librsvg source for verification 2026-05-22
This commit is contained in:
9
rsvg/tests/fixtures/render-crash/bug932-too-big-font-size.svg
vendored
Normal file
9
rsvg/tests/fixtures/render-crash/bug932-too-big-font-size.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
|
After Width: | Height: | Size: 233 B |
Reference in New Issue
Block a user