-
Notifications
You must be signed in to change notification settings - Fork 36
/
screenshots.xml
148 lines (123 loc) · 3.68 KB
/
screenshots.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<title>Screenshots</title>
<sect1>
<title>SVGs</title>
<para>Here are the SVG screenshots in all their glory. KSVG doesn't handle
CSS properly yet, and neither does librsvg. Adobe and Batik both
do.<mediaobject>
<imageobject>
<imagedata fileref="images/bar.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::Bar</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/barhorizontal.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::BarHorizontal</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/line.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::Line</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/pie.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::Pie</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/plot.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::Plot</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/timeseries.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::TimeSeries</para>
</caption>
</mediaobject><mediaobject>
<imageobject>
<imagedata fileref="images/schedule.svg" format="SVG" />
</imageobject>
<caption>
<para>SVG::Chart::Schedule</para>
</caption>
</mediaobject></para>
</sect1>
<sect1>
<title>PNGs</title>
<para>Here are the icky, bitmapped PNGs. PNG is a beautiful file format,
don't get me wrong; but it is best for things that vector graphics
<emphasis>aren't</emphasis> good at, such as pictures.</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/bar.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::Bar</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/barhorizontal.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::BarHorizontal</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/line.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::Line</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/pie.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::Pie</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/plot.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::Plot</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/timeseries.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::TimeSeries</para>
</caption>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="images/schedule.png" format="PNG" />
</imageobject>
<caption>
<para>SVG::Chart::Schedule</para>
</caption>
</mediaobject>
</sect1>
</article>