librsvg source for verification 2026-05-22
This commit is contained in:
11
rsvg/tests/fixtures/reftests/svg1.1/rects.svg
vendored
Normal file
11
rsvg/tests/fixtures/reftests/svg1.1/rects.svg
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="drawrects-structure-image-BE-06" viewBox="0 0 450 450" width="450" height="450" >
|
||||
|
||||
<g id="drawRects">
|
||||
<rect x="225" y="0" width="225" height="225" style="fill:blue" />
|
||||
<rect x="0" y="225" width="225" height="225" style="fill:yellow" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 500 B |
Reference in New Issue
Block a user