librsvg source for verification 2026-05-22
This commit is contained in:
4
rsvg/tests/fixtures/primitive_geometries/rect.svg
vendored
Normal file
4
rsvg/tests/fixtures/primitive_geometries/rect.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
||||
<rect id="a" x="10" y="20" width="30" height="40"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 166 B |
16
rsvg/tests/fixtures/primitive_geometries/rect.svg.geom
vendored
Normal file
16
rsvg/tests/fixtures/primitive_geometries/rect.svg.geom
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"#a": {
|
||||
"ink_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
},
|
||||
"logical_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
}
|
||||
}
|
||||
}
|
||||
4
rsvg/tests/fixtures/primitive_geometries/rect_isolate.svg
vendored
Normal file
4
rsvg/tests/fixtures/primitive_geometries/rect_isolate.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
||||
<rect id="a" x="10" y="20" width="30" height="40" style="isolation: isolate;"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 194 B |
16
rsvg/tests/fixtures/primitive_geometries/rect_isolate.svg.geom
vendored
Normal file
16
rsvg/tests/fixtures/primitive_geometries/rect_isolate.svg.geom
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"#a": {
|
||||
"ink_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
},
|
||||
"logical_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
}
|
||||
}
|
||||
}
|
||||
4
rsvg/tests/fixtures/primitive_geometries/rect_stroke.svg
vendored
Normal file
4
rsvg/tests/fixtures/primitive_geometries/rect_stroke.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
||||
<rect id="a" x="10" y="20" width="30" height="40" stroke-width="10" stroke="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 199 B |
16
rsvg/tests/fixtures/primitive_geometries/rect_stroke.svg.geom
vendored
Normal file
16
rsvg/tests/fixtures/primitive_geometries/rect_stroke.svg.geom
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"#a": {
|
||||
"ink_rect": {
|
||||
"x": 5.0,
|
||||
"y": 15.0,
|
||||
"width": 40.0,
|
||||
"height": 50.0
|
||||
},
|
||||
"logical_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
}
|
||||
}
|
||||
}
|
||||
4
rsvg/tests/fixtures/primitive_geometries/rect_stroke_unfilled.svg
vendored
Normal file
4
rsvg/tests/fixtures/primitive_geometries/rect_stroke_unfilled.svg
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
||||
<rect id="a" x="10" y="20" width="30" height="40" stroke-width="10" stroke="black" fill="none"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 211 B |
16
rsvg/tests/fixtures/primitive_geometries/rect_stroke_unfilled.svg.geom
vendored
Normal file
16
rsvg/tests/fixtures/primitive_geometries/rect_stroke_unfilled.svg.geom
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"#a": {
|
||||
"ink_rect": {
|
||||
"x": 5.0,
|
||||
"y": 15.0,
|
||||
"width": 40.0,
|
||||
"height": 50.0
|
||||
},
|
||||
"logical_rect": {
|
||||
"x": 10.0,
|
||||
"y": 20.0,
|
||||
"width": 30.0,
|
||||
"height": 40.0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user