librsvg source for verification 2026-05-22
This commit is contained in:
28
rsvg/tests/fixtures/crash/xinclude-text-xml.svg
vendored
Normal file
28
rsvg/tests/fixtures/crash/xinclude-text-xml.svg
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
width="16"
|
||||
height="16">
|
||||
<style type="text/css">
|
||||
rect,circle,path {
|
||||
fill: rgb(0,255,0) !important;
|
||||
}
|
||||
.warning {
|
||||
fill: rgb(0,255,0) !important;
|
||||
}
|
||||
.error {
|
||||
fill: rgb(0,255,0) !important;
|
||||
}
|
||||
.success {
|
||||
fill: rgb(255,0,0) !important;
|
||||
}
|
||||
</style>
|
||||
<xi:include href="data:text/xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<g color="#bebebe" font-weight="400" fill="#474747">
|
||||
<path d="M1.75 4C.798 4 0 4.798 0 5.75v4.5C0 11.202.798 12 1.75 12h.125l-.781 1.563L.375 15h9.25l-.719-1.437L8.125 12h.125c.952 0 1.75-.798 1.75-1.75v-4.5C10 4.798 9.202 4 8.25 4zM2 6h6v4H2z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" font-family="Sans" overflow="visible"/>
|
||||
<path d="M7.75 1C6.798 1 6 1.798 6 2.75V3h8v4h-3v3.25c0 .66-.252 1.27-.656 1.75h5.28l-1.5-3h.126C15.202 9 16 8.202 16 7.25v-4.5C16 1.798 15.202 1 14.25 1z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" font-family="Andale Mono" overflow="visible"/>
|
||||
</g>
|
||||
</svg>
|
||||
"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user