From 38be0d13830efd2d98281c645c3a60afe05ffece Mon Sep 17 00:00:00 2001 From: Qt by Nokia Date: Wed, 27 Apr 2011 12:05:43 +0200 Subject: Initial import from the monolithic Qt. This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12 --- tests/arthur/data/1.2/07_07.svg | 40 +++++++++++++++ tests/arthur/data/1.2/07_12.svg | 21 ++++++++ tests/arthur/data/1.2/08_02.svg | 26 ++++++++++ tests/arthur/data/1.2/08_03.svg | 28 ++++++++++ tests/arthur/data/1.2/08_04.svg | 19 +++++++ tests/arthur/data/1.2/09_02.svg | 14 +++++ tests/arthur/data/1.2/09_03.svg | 10 ++++ tests/arthur/data/1.2/09_04.svg | 15 ++++++ tests/arthur/data/1.2/09_05.svg | 20 ++++++++ tests/arthur/data/1.2/09_06.svg | 16 ++++++ tests/arthur/data/1.2/09_07.svg | 15 ++++++ tests/arthur/data/1.2/10_03.svg | 15 ++++++ tests/arthur/data/1.2/10_04.svg | 20 ++++++++ tests/arthur/data/1.2/10_05.svg | 21 ++++++++ tests/arthur/data/1.2/10_06.svg | 20 ++++++++ tests/arthur/data/1.2/10_07.svg | 20 ++++++++ tests/arthur/data/1.2/10_08.svg | 23 +++++++++ tests/arthur/data/1.2/10_09.svg | 30 +++++++++++ tests/arthur/data/1.2/10_10.svg | 23 +++++++++ tests/arthur/data/1.2/10_11.svg | 24 +++++++++ tests/arthur/data/1.2/11_01.svg | 20 ++++++++ tests/arthur/data/1.2/11_02.svg | 9 ++++ tests/arthur/data/1.2/11_03.svg | 11 ++++ tests/arthur/data/1.2/13_01.svg | 20 ++++++++ tests/arthur/data/1.2/13_02.svg | 22 ++++++++ tests/arthur/data/1.2/19_01.svg | 51 ++++++++++++++++++ tests/arthur/data/1.2/19_02.svg | 25 +++++++++ tests/arthur/data/1.2/animation.svg | 11 ++++ tests/arthur/data/1.2/cubic02.svg | 77 ++++++++++++++++++++++++++++ tests/arthur/data/1.2/fillrule-evenodd.svg | 38 ++++++++++++++ tests/arthur/data/1.2/fillrule-nonzero.svg | 38 ++++++++++++++ tests/arthur/data/1.2/linecap.svg | 32 ++++++++++++ tests/arthur/data/1.2/linejoin.svg | 29 +++++++++++ tests/arthur/data/1.2/media01.svg | 20 ++++++++ tests/arthur/data/1.2/media02.svg | 13 +++++ tests/arthur/data/1.2/media03.svg | 13 +++++ tests/arthur/data/1.2/media04.svg | 24 +++++++++ tests/arthur/data/1.2/media05.svg | 27 ++++++++++ tests/arthur/data/1.2/mpath01.svg | 10 ++++ tests/arthur/data/1.2/non-scaling-stroke.svg | 15 ++++++ tests/arthur/data/1.2/noonoo.svg | 13 +++++ tests/arthur/data/1.2/referencedRect.svg | 9 ++++ tests/arthur/data/1.2/referencedRect2.svg | 9 ++++ tests/arthur/data/1.2/solidcolor.svg | 16 ++++++ tests/arthur/data/1.2/textArea01.svg | 10 ++++ tests/arthur/data/1.2/timed-lyrics.svg | 22 ++++++++ tests/arthur/data/1.2/use.svg | 22 ++++++++ 47 files changed, 1026 insertions(+) create mode 100644 tests/arthur/data/1.2/07_07.svg create mode 100644 tests/arthur/data/1.2/07_12.svg create mode 100644 tests/arthur/data/1.2/08_02.svg create mode 100644 tests/arthur/data/1.2/08_03.svg create mode 100644 tests/arthur/data/1.2/08_04.svg create mode 100644 tests/arthur/data/1.2/09_02.svg create mode 100644 tests/arthur/data/1.2/09_03.svg create mode 100644 tests/arthur/data/1.2/09_04.svg create mode 100644 tests/arthur/data/1.2/09_05.svg create mode 100644 tests/arthur/data/1.2/09_06.svg create mode 100644 tests/arthur/data/1.2/09_07.svg create mode 100644 tests/arthur/data/1.2/10_03.svg create mode 100644 tests/arthur/data/1.2/10_04.svg create mode 100644 tests/arthur/data/1.2/10_05.svg create mode 100644 tests/arthur/data/1.2/10_06.svg create mode 100644 tests/arthur/data/1.2/10_07.svg create mode 100644 tests/arthur/data/1.2/10_08.svg create mode 100644 tests/arthur/data/1.2/10_09.svg create mode 100644 tests/arthur/data/1.2/10_10.svg create mode 100644 tests/arthur/data/1.2/10_11.svg create mode 100644 tests/arthur/data/1.2/11_01.svg create mode 100644 tests/arthur/data/1.2/11_02.svg create mode 100644 tests/arthur/data/1.2/11_03.svg create mode 100644 tests/arthur/data/1.2/13_01.svg create mode 100644 tests/arthur/data/1.2/13_02.svg create mode 100644 tests/arthur/data/1.2/19_01.svg create mode 100644 tests/arthur/data/1.2/19_02.svg create mode 100644 tests/arthur/data/1.2/animation.svg create mode 100644 tests/arthur/data/1.2/cubic02.svg create mode 100644 tests/arthur/data/1.2/fillrule-evenodd.svg create mode 100644 tests/arthur/data/1.2/fillrule-nonzero.svg create mode 100644 tests/arthur/data/1.2/linecap.svg create mode 100644 tests/arthur/data/1.2/linejoin.svg create mode 100644 tests/arthur/data/1.2/media01.svg create mode 100644 tests/arthur/data/1.2/media02.svg create mode 100644 tests/arthur/data/1.2/media03.svg create mode 100644 tests/arthur/data/1.2/media04.svg create mode 100644 tests/arthur/data/1.2/media05.svg create mode 100644 tests/arthur/data/1.2/mpath01.svg create mode 100644 tests/arthur/data/1.2/non-scaling-stroke.svg create mode 100644 tests/arthur/data/1.2/noonoo.svg create mode 100644 tests/arthur/data/1.2/referencedRect.svg create mode 100644 tests/arthur/data/1.2/referencedRect2.svg create mode 100644 tests/arthur/data/1.2/solidcolor.svg create mode 100644 tests/arthur/data/1.2/textArea01.svg create mode 100644 tests/arthur/data/1.2/timed-lyrics.svg create mode 100644 tests/arthur/data/1.2/use.svg (limited to 'tests/arthur/data/1.2') diff --git a/tests/arthur/data/1.2/07_07.svg b/tests/arthur/data/1.2/07_07.svg new file mode 100644 index 0000000000..11968b2c2d --- /dev/null +++ b/tests/arthur/data/1.2/07_07.svg @@ -0,0 +1,40 @@ + + + Example Nested - Nested transformations + + + + + + + + + + + + + ....Translate(1) + + + + + + + + + ....Rotate(2) + + + + + + + + + ....Translate(3) + + + + + diff --git a/tests/arthur/data/1.2/07_12.svg b/tests/arthur/data/1.2/07_12.svg new file mode 100644 index 0000000000..bf372ccd04 --- /dev/null +++ b/tests/arthur/data/1.2/07_12.svg @@ -0,0 +1,21 @@ + + + Example ViewBox - uses the viewBox + attribute to automatically create an initial user coordinate + system which causes the graphic to scale to fit into the + viewport no matter what size the viewport is. + + + + + + + Stretch to fit + + diff --git a/tests/arthur/data/1.2/08_02.svg b/tests/arthur/data/1.2/08_02.svg new file mode 100644 index 0000000000..7e3ae41074 --- /dev/null +++ b/tests/arthur/data/1.2/08_02.svg @@ -0,0 +1,26 @@ + + + Example cubic01- cubic Bézier commands in path data + Picture showing a simple example of path data + using both a "C" and an "S" command, + along with annotations showing the control points + and end points + + + + + + + + + + + + + + M100,200 C100,100 250,100 250,200 + S400,300 400,200 + diff --git a/tests/arthur/data/1.2/08_03.svg b/tests/arthur/data/1.2/08_03.svg new file mode 100644 index 0000000000..30a240c11b --- /dev/null +++ b/tests/arthur/data/1.2/08_03.svg @@ -0,0 +1,28 @@ + + + + Example quad01 - quadratic Bezier commands in path data + Picture showing a "Q" a "T" command, + along with annotations showing the control points + and end points + + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/08_04.svg b/tests/arthur/data/1.2/08_04.svg new file mode 100644 index 0000000000..1d692b708c --- /dev/null +++ b/tests/arthur/data/1.2/08_04.svg @@ -0,0 +1,19 @@ + + + Example arcs01 - arc commands in path data + Picture of a pie chart with two pie wedges and + a picture of a line with arc blips + + + + + diff --git a/tests/arthur/data/1.2/09_02.svg b/tests/arthur/data/1.2/09_02.svg new file mode 100644 index 0000000000..14df36e8b8 --- /dev/null +++ b/tests/arthur/data/1.2/09_02.svg @@ -0,0 +1,14 @@ + + + Example rect02 - rounded rectangles + + + + + + + diff --git a/tests/arthur/data/1.2/09_03.svg b/tests/arthur/data/1.2/09_03.svg new file mode 100644 index 0000000000..93c12be0cd --- /dev/null +++ b/tests/arthur/data/1.2/09_03.svg @@ -0,0 +1,10 @@ + + + Example circle01 - circle filled with red and stroked with blue + + + + diff --git a/tests/arthur/data/1.2/09_04.svg b/tests/arthur/data/1.2/09_04.svg new file mode 100644 index 0000000000..69295567eb --- /dev/null +++ b/tests/arthur/data/1.2/09_04.svg @@ -0,0 +1,15 @@ + + + Example ellipse01 - examples of ellipses + + + + + + + diff --git a/tests/arthur/data/1.2/09_05.svg b/tests/arthur/data/1.2/09_05.svg new file mode 100644 index 0000000000..a7407bfdba --- /dev/null +++ b/tests/arthur/data/1.2/09_05.svg @@ -0,0 +1,20 @@ + + + Example line01 - lines expressed in user coordinates + + + + + + + + + + diff --git a/tests/arthur/data/1.2/09_06.svg b/tests/arthur/data/1.2/09_06.svg new file mode 100644 index 0000000000..eeae2b499e --- /dev/null +++ b/tests/arthur/data/1.2/09_06.svg @@ -0,0 +1,16 @@ + + + Example polyline01 - increasingly larger bars + + + + \ No newline at end of file diff --git a/tests/arthur/data/1.2/09_07.svg b/tests/arthur/data/1.2/09_07.svg new file mode 100644 index 0000000000..209b6870ef --- /dev/null +++ b/tests/arthur/data/1.2/09_07.svg @@ -0,0 +1,15 @@ + + + Example polygon01 - star and hexagon + + + + + diff --git a/tests/arthur/data/1.2/10_03.svg b/tests/arthur/data/1.2/10_03.svg new file mode 100644 index 0000000000..475c9101a6 --- /dev/null +++ b/tests/arthur/data/1.2/10_03.svg @@ -0,0 +1,15 @@ + + + Example tspan01 - using tspan to change visual attributes + + + You are + not + a banana. + + + + + diff --git a/tests/arthur/data/1.2/10_04.svg b/tests/arthur/data/1.2/10_04.svg new file mode 100644 index 0000000000..e22babe815 --- /dev/null +++ b/tests/arthur/data/1.2/10_04.svg @@ -0,0 +1,20 @@ + + + Example tspan02 - using tspan's dx and dy attributes + for incremental positioning adjustments + + + But you + + are + + + a peach! + + + + + + diff --git a/tests/arthur/data/1.2/10_05.svg b/tests/arthur/data/1.2/10_05.svg new file mode 100644 index 0000000000..0871cd1446 --- /dev/null +++ b/tests/arthur/data/1.2/10_05.svg @@ -0,0 +1,21 @@ + + + + Example tspan03 - using tspan's x and y attributes + for multiline text and precise glyph positioning + + + + Cute and + + + fuzzy + + + + + + diff --git a/tests/arthur/data/1.2/10_06.svg b/tests/arthur/data/1.2/10_06.svg new file mode 100644 index 0000000000..1935f42b93 --- /dev/null +++ b/tests/arthur/data/1.2/10_06.svg @@ -0,0 +1,20 @@ + + + + + Referenced character data + + + Example tref01 - inline vs reference text content + + Inline character data + + + + + + + diff --git a/tests/arthur/data/1.2/10_07.svg b/tests/arthur/data/1.2/10_07.svg new file mode 100644 index 0000000000..88f9bd2fd7 --- /dev/null +++ b/tests/arthur/data/1.2/10_07.svg @@ -0,0 +1,20 @@ + + + + Example textdecoration01 - behavior of 'text-decoration' property + + + Normal text + Text with line-through + Underlined text + + One + word + has + different + underlining + + + diff --git a/tests/arthur/data/1.2/10_08.svg b/tests/arthur/data/1.2/10_08.svg new file mode 100644 index 0000000000..62e7ed0843 --- /dev/null +++ b/tests/arthur/data/1.2/10_08.svg @@ -0,0 +1,23 @@ + + + + + + + Example toap01 - simple text on a path + + + + We go up, then we go down, then up again + + + + + diff --git a/tests/arthur/data/1.2/10_09.svg b/tests/arthur/data/1.2/10_09.svg new file mode 100644 index 0000000000..2d971fe899 --- /dev/null +++ b/tests/arthur/data/1.2/10_09.svg @@ -0,0 +1,30 @@ + + + + + + + Example toap02 - tspan within textPath + + + + We go + + up + + + , + + then we go down, then up again + + + + + diff --git a/tests/arthur/data/1.2/10_10.svg b/tests/arthur/data/1.2/10_10.svg new file mode 100644 index 0000000000..e2feed5b74 --- /dev/null +++ b/tests/arthur/data/1.2/10_10.svg @@ -0,0 +1,23 @@ + + + + + + + Example toap03 - text on a path with startOffset attribute + + + + We go up, then we go down, then up again + + + + + diff --git a/tests/arthur/data/1.2/10_11.svg b/tests/arthur/data/1.2/10_11.svg new file mode 100644 index 0000000000..8134ce523d --- /dev/null +++ b/tests/arthur/data/1.2/10_11.svg @@ -0,0 +1,24 @@ + + + + + + + Example toap04 - text on a path layout rules + + + + Choose shame or get war + + + + + diff --git a/tests/arthur/data/1.2/11_01.svg b/tests/arthur/data/1.2/11_01.svg new file mode 100644 index 0000000000..2a6d5b5f16 --- /dev/null +++ b/tests/arthur/data/1.2/11_01.svg @@ -0,0 +1,20 @@ + + + Gradients apply to leaf nodes + + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/11_02.svg b/tests/arthur/data/1.2/11_02.svg new file mode 100644 index 0000000000..4806892f66 --- /dev/null +++ b/tests/arthur/data/1.2/11_02.svg @@ -0,0 +1,9 @@ + + + + Everything here has a red background. + The rectangle is not filled, so the red background will show through + + + diff --git a/tests/arthur/data/1.2/11_03.svg b/tests/arthur/data/1.2/11_03.svg new file mode 100644 index 0000000000..219d0759a7 --- /dev/null +++ b/tests/arthur/data/1.2/11_03.svg @@ -0,0 +1,11 @@ + + + + The viewport has a yellow background. + The rectangle is filled and covers the viewport, so the yellow + background will only show through in the "leftovers" if the + aspect ratio of the viewport differs from thatof the viewBox. + + + diff --git a/tests/arthur/data/1.2/13_01.svg b/tests/arthur/data/1.2/13_01.svg new file mode 100644 index 0000000000..d7bba1fe78 --- /dev/null +++ b/tests/arthur/data/1.2/13_01.svg @@ -0,0 +1,20 @@ + + + Example lingrad01 - fill a rectangle using a + linear gradient paint server + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/13_02.svg b/tests/arthur/data/1.2/13_02.svg new file mode 100644 index 0000000000..e7d8b7fd9e --- /dev/null +++ b/tests/arthur/data/1.2/13_02.svg @@ -0,0 +1,22 @@ + + + Example radgrad01 - fill a rectangle by referencing a + radial gradient paint server + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/19_01.svg b/tests/arthur/data/1.2/19_01.svg new file mode 100644 index 0000000000..794ba6f62a --- /dev/null +++ b/tests/arthur/data/1.2/19_01.svg @@ -0,0 +1,51 @@ + + + Example anim01 - demonstrate animation elements + + + + + + + + + + + + + It's alive! + + + + + + + + diff --git a/tests/arthur/data/1.2/19_02.svg b/tests/arthur/data/1.2/19_02.svg new file mode 100644 index 0000000000..69c55d90c6 --- /dev/null +++ b/tests/arthur/data/1.2/19_02.svg @@ -0,0 +1,25 @@ + + + Example animMotion01 - demonstrate motion animation computations + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/animation.svg b/tests/arthur/data/1.2/animation.svg new file mode 100644 index 0000000000..7ae56bb3d9 --- /dev/null +++ b/tests/arthur/data/1.2/animation.svg @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tests/arthur/data/1.2/cubic02.svg b/tests/arthur/data/1.2/cubic02.svg new file mode 100644 index 0000000000..492bb72b8b --- /dev/null +++ b/tests/arthur/data/1.2/cubic02.svg @@ -0,0 +1,77 @@ + + + Example cubic02 - cubic Bezier commands in path data + Picture showing examples of "C" and "S" commands, + along with annotations showing the control points + and end points + + + + + + + + + + + + M100,200 C100,100 400,100 400,200 + + + + + + + + + + M100,500 C25,400 475,400 400,500 + + + + + + + + + + M100,800 C175,700 325,700 400,800 + + + + + + + + + + M600,200 C675,100 975,100 900,200 + + + + + + + + + + M600,500 C600,350 900,650 900,500 + + + + + + + + + + + + + + + M600,800 C625,700 725,700 750,800 + S875,900 900,800 + diff --git a/tests/arthur/data/1.2/fillrule-evenodd.svg b/tests/arthur/data/1.2/fillrule-evenodd.svg new file mode 100644 index 0000000000..0fda125e41 --- /dev/null +++ b/tests/arthur/data/1.2/fillrule-evenodd.svg @@ -0,0 +1,38 @@ + + + Example fillrule-evenodd - demonstrates fill-rule:evenodd + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/fillrule-nonzero.svg b/tests/arthur/data/1.2/fillrule-nonzero.svg new file mode 100644 index 0000000000..ea71864d76 --- /dev/null +++ b/tests/arthur/data/1.2/fillrule-nonzero.svg @@ -0,0 +1,38 @@ + + + Example fillrule-nonzero - demonstrates fill-rule:nonzero + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/linecap.svg b/tests/arthur/data/1.2/linecap.svg new file mode 100644 index 0000000000..af0b82447e --- /dev/null +++ b/tests/arthur/data/1.2/linecap.svg @@ -0,0 +1,32 @@ + + + Example linecap - demonstrates three stroke-linecap values + + + + + + + + + + + + + 'butt' cap + + + + + + 'round' cap + + + + + + 'square' cap + + + diff --git a/tests/arthur/data/1.2/linejoin.svg b/tests/arthur/data/1.2/linejoin.svg new file mode 100644 index 0000000000..265e733b95 --- /dev/null +++ b/tests/arthur/data/1.2/linejoin.svg @@ -0,0 +1,29 @@ + + + Example linecap - demonstrates three stroke-linecap values + + + + + + + + + + 'miter' join + + + + + + 'round' join + + + + + + 'bevel' join + + + diff --git a/tests/arthur/data/1.2/media01.svg b/tests/arthur/data/1.2/media01.svg new file mode 100644 index 0000000000..7c2a349319 --- /dev/null +++ b/tests/arthur/data/1.2/media01.svg @@ -0,0 +1,20 @@ + + + + SVG audio example + + + + + + Press Me + + + + + \ No newline at end of file diff --git a/tests/arthur/data/1.2/media02.svg b/tests/arthur/data/1.2/media02.svg new file mode 100644 index 0000000000..99fa8a0c43 --- /dev/null +++ b/tests/arthur/data/1.2/media02.svg @@ -0,0 +1,13 @@ + + SVG 1.2 video example + + + + + + + diff --git a/tests/arthur/data/1.2/media03.svg b/tests/arthur/data/1.2/media03.svg new file mode 100644 index 0000000000..2b3060bb12 --- /dev/null +++ b/tests/arthur/data/1.2/media03.svg @@ -0,0 +1,13 @@ + + + Example of two animation elements pointing to the same content. + + + + + diff --git a/tests/arthur/data/1.2/media04.svg b/tests/arthur/data/1.2/media04.svg new file mode 100644 index 0000000000..5c39652059 --- /dev/null +++ b/tests/arthur/data/1.2/media04.svg @@ -0,0 +1,24 @@ + + Example of switching on the http://www.w3.org/TR/SVG12/feature#TransformedVideo feature string + + + + + + + + + + + + + + + diff --git a/tests/arthur/data/1.2/media05.svg b/tests/arthur/data/1.2/media05.svg new file mode 100644 index 0000000000..e890b02ea1 --- /dev/null +++ b/tests/arthur/data/1.2/media05.svg @@ -0,0 +1,27 @@ + + + Example of switching on the http://www.w3.org/TR/SVG12/feature#ComposedVideo feature string + + + + + + + + + Composited title. + + + + + + Non-composited title. + + + diff --git a/tests/arthur/data/1.2/mpath01.svg b/tests/arthur/data/1.2/mpath01.svg new file mode 100644 index 0000000000..b77cea64ff --- /dev/null +++ b/tests/arthur/data/1.2/mpath01.svg @@ -0,0 +1,10 @@ + + + mpath example + + + + + diff --git a/tests/arthur/data/1.2/non-scaling-stroke.svg b/tests/arthur/data/1.2/non-scaling-stroke.svg new file mode 100644 index 0000000000..fe6af38bd7 --- /dev/null +++ b/tests/arthur/data/1.2/non-scaling-stroke.svg @@ -0,0 +1,15 @@ + + + Example non-scaling stroke + + + + + + + + + diff --git a/tests/arthur/data/1.2/noonoo.svg b/tests/arthur/data/1.2/noonoo.svg new file mode 100644 index 0000000000..9e601bd075 --- /dev/null +++ b/tests/arthur/data/1.2/noonoo.svg @@ -0,0 +1,13 @@ + + SVG 1.2 video example + + + + + + + diff --git a/tests/arthur/data/1.2/referencedRect.svg b/tests/arthur/data/1.2/referencedRect.svg new file mode 100644 index 0000000000..67473aafab --- /dev/null +++ b/tests/arthur/data/1.2/referencedRect.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/tests/arthur/data/1.2/referencedRect2.svg b/tests/arthur/data/1.2/referencedRect2.svg new file mode 100644 index 0000000000..383703f6d4 --- /dev/null +++ b/tests/arthur/data/1.2/referencedRect2.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/tests/arthur/data/1.2/solidcolor.svg b/tests/arthur/data/1.2/solidcolor.svg new file mode 100644 index 0000000000..0fc59bbdde --- /dev/null +++ b/tests/arthur/data/1.2/solidcolor.svg @@ -0,0 +1,16 @@ + + + <solidColor> Example + + + + + + + + + + A + + diff --git a/tests/arthur/data/1.2/textArea01.svg b/tests/arthur/data/1.2/textArea01.svg new file mode 100644 index 0000000000..945c34c47f --- /dev/null +++ b/tests/arthur/data/1.2/textArea01.svg @@ -0,0 +1,10 @@ + + + Basic textflow + + + diff --git a/tests/arthur/data/1.2/timed-lyrics.svg b/tests/arthur/data/1.2/timed-lyrics.svg new file mode 100644 index 0000000000..715cd03836 --- /dev/null +++ b/tests/arthur/data/1.2/timed-lyrics.svg @@ -0,0 +1,22 @@ + + + + + This document contains the textual lyrics to synchronize with some video content in the referencing document + + + This is some text + + simulating some lyrics + + displayed synchronously + + with some video + + in a different document + + + diff --git a/tests/arthur/data/1.2/use.svg b/tests/arthur/data/1.2/use.svg new file mode 100644 index 0000000000..ae0bce6129 --- /dev/null +++ b/tests/arthur/data/1.2/use.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3