From 62b9e16f87d012b407f95f13a8ff0e3fb027ecec Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 27 Mar 2013 06:57:57 +0100 Subject: Imported svgviewer from qt4.8 This is from commit 543486a41963f8d20d9771d2107cdd5a22894bdb in the Qt git repository: git://gitorious.org/qt/qt.git --- libs/svgviewer/files/bubbles.svg | 215 +++++++++++++++++++++++++++++++++++++++ libs/svgviewer/files/cubic.svg | 77 ++++++++++++++ libs/svgviewer/files/spheres.svg | 72 +++++++++++++ 3 files changed, 364 insertions(+) create mode 100644 libs/svgviewer/files/bubbles.svg create mode 100644 libs/svgviewer/files/cubic.svg create mode 100644 libs/svgviewer/files/spheres.svg (limited to 'libs/svgviewer/files') diff --git a/libs/svgviewer/files/bubbles.svg b/libs/svgviewer/files/bubbles.svg new file mode 100644 index 000000000..51730124a --- /dev/null +++ b/libs/svgviewer/files/bubbles.svg @@ -0,0 +1,215 @@ + + + + Spheres + Semi-transparent bubbles on a colored background. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libs/svgviewer/files/cubic.svg b/libs/svgviewer/files/cubic.svg new file mode 100644 index 000000000..492bb72b8 --- /dev/null +++ b/libs/svgviewer/files/cubic.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/libs/svgviewer/files/spheres.svg b/libs/svgviewer/files/spheres.svg new file mode 100644 index 000000000..b23164bce --- /dev/null +++ b/libs/svgviewer/files/spheres.svg @@ -0,0 +1,72 @@ + + + Spheres + Gradient filled spheres with different colors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3