From 724c958dbece640ae8025fbca4050ee5cee2f266 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Fri, 31 Mar 2023 03:41:42 +0200 Subject: meta: Move lib and bins into separate crates Closes #950 Part-of: --- .../reftests/svg1.1/coords-viewattr-03-b.svg | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 rsvg/tests/fixtures/reftests/svg1.1/coords-viewattr-03-b.svg (limited to 'rsvg/tests/fixtures/reftests/svg1.1/coords-viewattr-03-b.svg') diff --git a/rsvg/tests/fixtures/reftests/svg1.1/coords-viewattr-03-b.svg b/rsvg/tests/fixtures/reftests/svg1.1/coords-viewattr-03-b.svg new file mode 100644 index 00000000..02c31605 --- /dev/null +++ b/rsvg/tests/fixtures/reftests/svg1.1/coords-viewattr-03-b.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + +

+ This file tests the allowed syntax of the viewBox attribute. The viewBox attribute is a list of + four numbers min-x, min-y, width and height, separated by whitespace and/or a comma. +

+ + +

+ Run the test. No interaction required. +

+
+ +

+ In the rendered result, you should see 6 identical light blue shapes. +

+
+ + $RCSfile: coords-viewattr-03-b.svg,v $ + + + + + + + + + <svg> 'viewBox' attribute + + + + + + + viewBox="0 0 200 200" + overflow="visible" + + + + + viewBox="0 0 200 200" + overflow="hidden" + + + + + viewBox="0,0,200,200" + overflow="visible" + + + + + viewBox="0,0,200,200" + overflow="hidden" + + + + + viewBox="0,0, 200, 200" + overflow="visible" + + + + + viewBox="0,0, 200, 200" + overflow="hidden" + + + + + $Revision: 1.6 $ + + + + + -- cgit v1.2.1