librsvg source for verification 2026-05-22
This commit is contained in:
19
rsvg/tests/fixtures/reftests/bugs/bug506-pattern-fallback.svg
vendored
Normal file
19
rsvg/tests/fixtures/reftests/bugs/bug506-pattern-fallback.svg
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="1.1"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 256 256">
|
||||
<defs>
|
||||
<pattern id="pattern1" xlink:href="#pattern2"/>
|
||||
<pattern id="pattern2" patternUnits="userSpaceOnUse" width="1" height="1">
|
||||
<image width="1" height="1" preserveAspectRatio="none"
|
||||
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12Ng+M8AAAICAQCqKp4n
|
||||
AAAAAElFTkSuQmCC"
|
||||
x="0"
|
||||
y="0"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect x="100" y="100" width="56" height="56" style="fill:url(#pattern1);"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
Reference in New Issue
Block a user