rsvg2 3.2.3-x64-mingw32 → 3.2.4-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +5 -2
  3. data/vendor/local/bin/csslint-0.6.exe +0 -0
  4. data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
  5. data/vendor/local/bin/librsvg-2-2.dll +0 -0
  6. data/vendor/local/bin/rsvg-convert.exe +0 -0
  7. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-enum-types.h +1 -1
  8. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +3 -3
  9. data/vendor/local/include/librsvg-2.0/librsvg/rsvg-cairo.h +2 -2
  10. data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +13 -9
  11. data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
  12. data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
  13. data/vendor/local/lib/librsvg-2.a +0 -0
  14. data/vendor/local/lib/librsvg-2.dll.a +0 -0
  15. data/vendor/local/lib/librsvg-2.la +5 -5
  16. data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +1 -1
  17. data/vendor/local/share/doc/librsvg/COMPILING.md +266 -0
  18. data/vendor/local/share/doc/librsvg/CONTRIBUTING.md +152 -0
  19. data/vendor/local/share/doc/librsvg/README.md +162 -0
  20. data/vendor/local/share/doc/librsvg/code-of-conduct.md +74 -0
  21. data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +49 -32
  22. data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +6 -6
  23. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +65 -108
  24. data/vendor/local/share/gtk-doc/html/rsvg-2.0/ch01.html +54 -0
  25. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +35 -19
  26. data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +14 -10
  27. data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +10 -14
  28. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +46 -55
  29. data/vendor/local/share/gtk-doc/html/rsvg-2.0/{RsvgHandle.html → rsvg-RsvgHandle.html} +252 -338
  30. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +35 -42
  31. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +38 -34
  32. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +13 -13
  33. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +13 -13
  34. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +61 -15
  35. data/vendor/local/share/man/man1/rsvg-convert.1 +33 -16
  36. metadata +14 -17
  37. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +0 -54
  38. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +0 -42
  39. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +0 -46
  40. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +0 -45
  41. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +0 -38
  42. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +0 -53
  43. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +0 -52
  44. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +0 -99
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Version check and feature tests: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
5
+ <title>Version check and feature tests: Librsvg Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
+ <link rel="home" href="index.html" title="Librsvg Reference Manual">
8
8
  <link rel="up" href="rsvg.html" title="Part I. API Reference">
9
9
  <link rel="prev" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
10
10
  <link rel="next" href="object-tree.html" title="Object Hierarchy">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -42,13 +42,13 @@
42
42
  <tr>
43
43
  <td class="define_keyword">#define</td>
44
44
  <td class="function_name">
45
- <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-VERSION:CAPS" title="LIBRSVG_CHECK_VERSION()">LIBRSVG_CHECK_VERSION</a><span class="c_punctuation">()</span>
45
+ <a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-VERSION:CAPS">LIBRSVG_CHECK_VERSION</a><span class="c_punctuation">()</span>
46
46
  </td>
47
47
  </tr>
48
48
  <tr>
49
49
  <td class="define_keyword">#define</td>
50
50
  <td class="function_name">
51
- <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-FEATURE:CAPS" title="LIBRSVG_CHECK_FEATURE()">LIBRSVG_CHECK_FEATURE</a><span class="c_punctuation">()</span>
51
+ <a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-FEATURE:CAPS">LIBRSVG_CHECK_FEATURE</a><span class="c_punctuation">()</span>
52
52
  </td>
53
53
  </tr>
54
54
  </tbody>
@@ -64,27 +64,27 @@
64
64
  <tbody>
65
65
  <tr>
66
66
  <td class="define_keyword">#define</td>
67
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MAJOR-VERSION:CAPS" title="LIBRSVG_MAJOR_VERSION">LIBRSVG_MAJOR_VERSION</a></td>
67
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MAJOR-VERSION:CAPS">LIBRSVG_MAJOR_VERSION</a></td>
68
68
  </tr>
69
69
  <tr>
70
70
  <td class="define_keyword">#define</td>
71
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MINOR-VERSION:CAPS" title="LIBRSVG_MINOR_VERSION">LIBRSVG_MINOR_VERSION</a></td>
71
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MINOR-VERSION:CAPS">LIBRSVG_MINOR_VERSION</a></td>
72
72
  </tr>
73
73
  <tr>
74
74
  <td class="define_keyword">#define</td>
75
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MICRO-VERSION:CAPS" title="LIBRSVG_MICRO_VERSION">LIBRSVG_MICRO_VERSION</a></td>
75
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MICRO-VERSION:CAPS">LIBRSVG_MICRO_VERSION</a></td>
76
76
  </tr>
77
77
  <tr>
78
78
  <td class="define_keyword">#define</td>
79
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-VERSION:CAPS" title="LIBRSVG_VERSION">LIBRSVG_VERSION</a></td>
79
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-VERSION:CAPS">LIBRSVG_VERSION</a></td>
80
80
  </tr>
81
81
  <tr>
82
82
  <td class="define_keyword">#define</td>
83
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-SVGZ:CAPS" title="LIBRSVG_HAVE_SVGZ">LIBRSVG_HAVE_SVGZ</a></td>
83
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-SVGZ:CAPS">LIBRSVG_HAVE_SVGZ</a></td>
84
84
  </tr>
85
85
  <tr>
86
86
  <td class="define_keyword">#define</td>
87
- <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-CSS:CAPS" title="LIBRSVG_HAVE_CSS">LIBRSVG_HAVE_CSS</a></td>
87
+ <td class="function_name"><a href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-CSS:CAPS">LIBRSVG_HAVE_CSS</a></td>
88
88
  </tr>
89
89
  </tbody>
90
90
  </table></div>
@@ -138,6 +138,6 @@
138
138
  </div>
139
139
  </div>
140
140
  <div class="footer">
141
- <hr>Generated by GTK-Doc V1.26</div>
141
+ <hr>Generated by GTK-Doc V1.27</div>
142
142
  </body>
143
143
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Part I. API Reference: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="index.html" title="RSVG Libary Reference Manual">
10
- <link rel="next" href="RsvgHandle.html" title="RsvgHandle">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
5
+ <title>Part I. API Reference: Librsvg Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
+ <link rel="home" href="index.html" title="Librsvg Reference Manual">
8
+ <link rel="up" href="index.html" title="Librsvg Reference Manual">
9
+ <link rel="prev" href="index.html" title="Librsvg Reference Manual">
10
+ <link rel="next" href="ch01.html" title="Overview of Librsvg's API">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -17,21 +17,59 @@
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
19
  <td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="RsvgHandle.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20
+ <td><a accesskey="n" href="ch01.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="part">
23
23
  <div class="titlepage"><div><div><h1 class="title">
24
24
  <a name="rsvg"></a>Part I. API Reference</h1></div></div></div>
25
- <div class="partintro">
25
+
26
+ <div class="partintro">
26
27
  <div></div>
27
- <p>
28
- The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files.
28
+ <p>
29
+ Librsvg is a library for rendering Scalable Vector Graphics 1.1
30
+ files (<a class="ulink" href="https://www.w3.org/TR/SVG/" target="_top">SVG 1.1</a>).
31
+ Specifically, it can take non-animated, non-scripted SVG data
32
+ and render it into a <a class="ulink" href="https://www.cairographics.org/" target="_top">Cairo</a>
33
+ surface. Normally this means an in-memory raster surface, but
34
+ it could also be any of the other surface types that Cairo
35
+ supports.
29
36
  </p>
30
- <div class="toc">
37
+
38
+ <p>
39
+ Librsvg supports many of the graphic features in the <a class="ulink" href="https://www.w3.org/TR/SVG/" target="_top">SVG 1.1
40
+ specification</a>. The main features of SVG 1.1 that
41
+ librsvg does not support are the following:
42
+ </p>
43
+
44
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
45
+ <li class="listitem">
46
+ <p>
47
+ Scripting or animation - Librsvg reads SVG data and
48
+ renders it to a static image. There is no provision to
49
+ execute scripts that may control animation parameters.
50
+ </p>
51
+ </li>
52
+ <li class="listitem">
53
+ <p>
54
+ Access to the DOM - Librsvg creates an internal
55
+ representation of the SVG data, but it does not provide
56
+ outside access to the resulting Document Object Model
57
+ (DOM).
58
+ </p>
59
+ </li>
60
+ <li class="listitem">
61
+ <p>
62
+ SVG fonts - Instead, librsvg relies on the system's fonts,
63
+ particularly those that are available through Cairo/Pango.
64
+ </p>
65
+ </li>
66
+ </ul></div>
67
+ <div class="toc">
31
68
  <p><b>Table of Contents</b></p>
32
69
  <dl class="toc">
70
+ <dt><span class="chapter"><a href="ch01.html">Overview of Librsvg's API</a></span></dt>
33
71
  <dt>
34
- <span class="refentrytitle"><a href="RsvgHandle.html">RsvgHandle</a></span><span class="refpurpose"> — Create and manipulate SVG objects</span>
72
+ <span class="refentrytitle"><a href="rsvg-RsvgHandle.html">RsvgHandle</a></span><span class="refpurpose"> — Loads SVG data into memory.</span>
35
73
  </dt>
36
74
  <dt>
37
75
  <span class="refentrytitle"><a href="rsvg-Using-RSVG-with-GIO.html">Using RSVG with GIO</a></span><span class="refpurpose"></span>
@@ -49,8 +87,16 @@
49
87
  </dl>
50
88
  </div>
51
89
  </div>
52
- </div>
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+ </div>
53
99
  <div class="footer">
54
- <hr>Generated by GTK-Doc V1.26</div>
100
+ <hr>Generated by GTK-Doc V1.27</div>
55
101
  </body>
56
102
  </html>
@@ -1,3 +1,4 @@
1
+ .\" -*- fill-column:100 -*-
1
2
  .TH rsvg-convert 1
2
3
  .SH NAME
3
4
  rsvg-convert \- turn SVG files into raster images.
@@ -6,50 +7,66 @@ rsvg-convert \- turn SVG files into raster images.
6
7
  [options] in.svg > out.png
7
8
  .I ""
8
9
  .SH DESCRIPTION
9
- Converts SVG images into PNG raster images, PDF, PS, or SVG vector images, or dumps of Cairo XML or recording surfaces.
10
+ Converts SVG images into PNG raster images, PDF, PS, or SVG vector images, or dumps of Cairo XML or
11
+ recording surfaces.
10
12
  .SS OPTIONS
11
13
  .TP
12
14
  .I "\-d \-\-dpi-x number"
13
- Set the X resolution of the image in pixels per inch. RSVG's current default is 90dpi
15
+ Set the X resolution of the image in pixels per inch. RSVG's current default is 90 DPI.
14
16
  .TP
15
17
  .I "\-p \-\-dpi-y number"
16
- Set the Y resolution of the image in pixels per inch. RSVG's current default is 90dpi
18
+ Set the Y resolution of the image in pixels per inch. RSVG's current default is 90 DPI.
17
19
  .TP
18
20
  .I "\-x \-\-x\-zoom number"
19
- X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
21
+ X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
20
22
  .TP
21
23
  .I "\-y \-\-y\-zoom number"
22
- Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
24
+ Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
23
25
  .TP
24
- .I "\-z \-\-\-zoom number"
25
- Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
26
+ .I "\-z \-\-zoom number"
27
+ Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
26
28
  .TP
27
29
  .I "\-w \-\-width integer"
28
- Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default.
30
+ Specify how wide you wish the image to be. If unspecified, the natural width of the image is used
31
+ as the default.
29
32
  .TP
30
33
  .I "\-h \-\-height integer"
31
- Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default.
34
+ Specify how tall you wish the image to be. If unspecified, the natural height of the image is used
35
+ as the default.
32
36
  .TP
33
37
  .I "\-f \-\-format [png, pdf, ps, svg, xml, recording]"
34
- Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the default.
38
+ Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the
39
+ default.
35
40
  .TP
36
41
  .I "\-o \-\-output filename"
37
- Specify the output filename. If unspecified, outputs to stdout.
42
+ Specify the output filename. If unspecified, outputs to stdout.
38
43
  .TP
39
44
  .I "\-a \-\-keep-aspect-ratio"
40
- Specify that the aspect ratio is to be preserved. If unspecified, aspect ratio will not be preserved.
45
+ Specify that the aspect ratio is to be preserved. If unspecified, aspect ratio will not be
46
+ preserved.
41
47
  .TP
42
48
  .I "\-b \-\-background-color [black, white, #abccee, #aaa...]"
43
- Specify the background color. If unspecified, none is used as the default.
49
+ Specify the background color. If unspecified, none is used as the default.
44
50
  .TP
45
51
  .I "\-\-base-uri uri"
46
- Specify the base URI for SVG files. If unspecified, none is used as the default.
52
+ Specify the base URI for SVG files. If unspecified, none is used as the default.
47
53
  .TP
48
54
  .I "\-v \-\-version"
49
55
  Display what version of rsvg this is.
56
+ .SH ENVIRONMENT VARIABLES
57
+ .TP
58
+ .I "SOURCE_DATE_EPOCH"
59
+ If the selected output format is PDF, this variable can be used to control the CreationDate in the
60
+ PDF file. This is useful for reproducible output. The environment variable must be set to a
61
+ decimal number corresponding to a UNIX timestamp, defined as the number of seconds, excluding leap
62
+ seconds, since 01 Jan 1970 00:00:00 UTC. The specification for this can be found at
63
+ https://reproducible-builds.org/specs/source-date-epoch/
50
64
  .SH MORE INFORMATION
51
- http://librsvg.sourceforge.net/
65
+ https://wiki.gnome.org/Projects/LibRsvg
66
+
52
67
  http://www.w3.org/TR/SVG11/
68
+
53
69
  http://www.gnome.org/
54
70
  .SH "AUTHORS"
55
- Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), and a host of others.
71
+ Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), Federico
72
+ Mena-Quintero (federico@gnome.org), and a host of others.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsvg2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-03 00:00:00.000000000 Z
11
+ date: 2018-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cairo
@@ -30,42 +30,42 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.2.3
33
+ version: 3.2.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.2.3
40
+ version: 3.2.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cairo-gobject
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.2.3
47
+ version: 3.2.4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 3.2.3
54
+ version: 3.2.4
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pango
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 3.2.3
61
+ version: 3.2.4
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 3.2.3
68
+ version: 3.2.4
69
69
  description: Ruby/Rsvg is a Ruby binding of librsvg-2.x.
70
70
  email: ruby-gnome2-devel-en@lists.sourceforge.net
71
71
  executables: []
@@ -134,6 +134,10 @@ files:
134
134
  - vendor/local/lib/librsvg-2.la
135
135
  - vendor/local/lib/pkgconfig/libcroco-0.6.pc
136
136
  - vendor/local/lib/pkgconfig/librsvg-2.0.pc
137
+ - vendor/local/share/doc/librsvg/COMPILING.md
138
+ - vendor/local/share/doc/librsvg/CONTRIBUTING.md
139
+ - vendor/local/share/doc/librsvg/README.md
140
+ - vendor/local/share/doc/librsvg/code-of-conduct.md
137
141
  - vendor/local/share/gir-1.0/Rsvg-2.0.gir
138
142
  - vendor/local/share/gtk-doc/html/libcroco/ch01.html
139
143
  - vendor/local/share/gtk-doc/html/libcroco/home.png
@@ -173,17 +177,9 @@ files:
173
177
  - vendor/local/share/gtk-doc/html/libcroco/style.css
174
178
  - vendor/local/share/gtk-doc/html/libcroco/up-insensitive.png
175
179
  - vendor/local/share/gtk-doc/html/libcroco/up.png
176
- - vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html
177
180
  - vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html
178
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html
179
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html
180
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html
181
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html
182
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html
183
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html
184
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html
185
- - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html
186
181
  - vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html
182
+ - vendor/local/share/gtk-doc/html/rsvg-2.0/ch01.html
187
183
  - vendor/local/share/gtk-doc/html/rsvg-2.0/home.png
188
184
  - vendor/local/share/gtk-doc/html/rsvg-2.0/index.html
189
185
  - vendor/local/share/gtk-doc/html/rsvg-2.0/left-insensitive.png
@@ -193,6 +189,7 @@ files:
193
189
  - vendor/local/share/gtk-doc/html/rsvg-2.0/right-insensitive.png
194
190
  - vendor/local/share/gtk-doc/html/rsvg-2.0/right.png
195
191
  - vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2
192
+ - vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-RsvgHandle.html
196
193
  - vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html
197
194
  - vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html
198
195
  - vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html
@@ -1,54 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of new symbols in 2.14: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="api-index-2-9.html" title="Index of new symbols in 2.9">
10
- <link rel="next" href="api-index-2-22.html" title="Index of new symbols in 2.22">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxH">H</a></span></td>
17
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="api-index-2-9.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="api-index-2-22.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="index">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="api-index-2-14"></a>Index of new symbols in 2.14</h1></div></div></div>
25
- <a name="idx"></a><a name="idxH"></a><h3 class="title">H</h3>
26
- <dt>
27
- <a class="link" href="RsvgHandle.html#rsvg-handle-get-dimensions" title="rsvg_handle_get_dimensions ()">rsvg_handle_get_dimensions</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
28
- </dt>
29
- <dd></dd>
30
- <dt>
31
- <a class="link" href="rsvg-Using-RSVG-with-GdkPixbuf.html#rsvg-handle-get-pixbuf-sub" title="rsvg_handle_get_pixbuf_sub ()">rsvg_handle_get_pixbuf_sub</a>, function in <a class="link" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">Using RSVG with GdkPixbuf</a>
32
- </dt>
33
- <dd></dd>
34
- <dt>
35
- <a class="link" href="RsvgHandle.html#rsvg-handle-new-from-data" title="rsvg_handle_new_from_data ()">rsvg_handle_new_from_data</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
36
- </dt>
37
- <dd></dd>
38
- <dt>
39
- <a class="link" href="RsvgHandle.html#rsvg-handle-new-from-file" title="rsvg_handle_new_from_file ()">rsvg_handle_new_from_file</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
40
- </dt>
41
- <dd></dd>
42
- <dt>
43
- <a class="link" href="rsvg-Using-RSVG-with-cairo.html#rsvg-handle-render-cairo" title="rsvg_handle_render_cairo ()">rsvg_handle_render_cairo</a>, function in <a class="link" href="rsvg-Using-RSVG-with-cairo.html" title="Using RSVG with cairo">Using RSVG with cairo</a>
44
- </dt>
45
- <dd></dd>
46
- <dt>
47
- <a class="link" href="rsvg-Using-RSVG-with-cairo.html#rsvg-handle-render-cairo-sub" title="rsvg_handle_render_cairo_sub ()">rsvg_handle_render_cairo_sub</a>, function in <a class="link" href="rsvg-Using-RSVG-with-cairo.html" title="Using RSVG with cairo">Using RSVG with cairo</a>
48
- </dt>
49
- <dd></dd>
50
- </div>
51
- <div class="footer">
52
- <hr>Generated by GTK-Doc V1.26</div>
53
- </body>
54
- </html>
@@ -1,42 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of new symbols in 2.22: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="api-index-2-14.html" title="Index of new symbols in 2.14">
10
- <link rel="next" href="api-index-2-32.html" title="Index of new symbols in 2.32">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxH">H</a></span></td>
17
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="api-index-2-14.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="api-index-2-32.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="index">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="api-index-2-22"></a>Index of new symbols in 2.22</h1></div></div></div>
25
- <a name="idx"></a><a name="idxH"></a><h3 class="title">H</h3>
26
- <dt>
27
- <a class="link" href="RsvgHandle.html#rsvg-handle-get-dimensions-sub" title="rsvg_handle_get_dimensions_sub ()">rsvg_handle_get_dimensions_sub</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
28
- </dt>
29
- <dd></dd>
30
- <dt>
31
- <a class="link" href="RsvgHandle.html#rsvg-handle-get-position-sub" title="rsvg_handle_get_position_sub ()">rsvg_handle_get_position_sub</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
32
- </dt>
33
- <dd></dd>
34
- <dt>
35
- <a class="link" href="RsvgHandle.html#rsvg-handle-has-sub" title="rsvg_handle_has_sub ()">rsvg_handle_has_sub</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
36
- </dt>
37
- <dd></dd>
38
- </div>
39
- <div class="footer">
40
- <hr>Generated by GTK-Doc V1.26</div>
41
- </body>
42
- </html>
@@ -1,46 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of new symbols in 2.32: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="api-index-2-22.html" title="Index of new symbols in 2.22">
10
- <link rel="next" href="api-index-2-36.html" title="Index of new symbols in 2.32">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxH">H</a></span></td>
17
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="api-index-2-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="api-index-2-36.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="index">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="api-index-2-32"></a>Index of new symbols in 2.32</h1></div></div></div>
25
- <a name="idx"></a><a name="idxH"></a><h3 class="title">H</h3>
26
- <dt>
27
- <a class="link" href="rsvg-Using-RSVG-with-GIO.html#rsvg-handle-new-from-gfile-sync" title="rsvg_handle_new_from_gfile_sync ()">rsvg_handle_new_from_gfile_sync</a>, function in <a class="link" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">Using RSVG with GIO</a>
28
- </dt>
29
- <dd></dd>
30
- <dt>
31
- <a class="link" href="rsvg-Using-RSVG-with-GIO.html#rsvg-handle-new-from-stream-sync" title="rsvg_handle_new_from_stream_sync ()">rsvg_handle_new_from_stream_sync</a>, function in <a class="link" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">Using RSVG with GIO</a>
32
- </dt>
33
- <dd></dd>
34
- <dt>
35
- <a class="link" href="rsvg-Using-RSVG-with-GIO.html#rsvg-handle-read-stream-sync" title="rsvg_handle_read_stream_sync ()">rsvg_handle_read_stream_sync</a>, function in <a class="link" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">Using RSVG with GIO</a>
36
- </dt>
37
- <dd></dd>
38
- <dt>
39
- <a class="link" href="rsvg-Using-RSVG-with-GIO.html#rsvg-handle-set-base-gfile" title="rsvg_handle_set_base_gfile ()">rsvg_handle_set_base_gfile</a>, function in <a class="link" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">Using RSVG with GIO</a>
40
- </dt>
41
- <dd></dd>
42
- </div>
43
- <div class="footer">
44
- <hr>Generated by GTK-Doc V1.26</div>
45
- </body>
46
- </html>
@@ -1,45 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of new symbols in 2.32: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
10
- <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
17
-  <span class="dim">|</span> 
18
- <a class="shortcut" href="#idxH">H</a></span></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
20
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
21
- <td><a accesskey="p" href="api-index-2-32.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
22
- <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
23
- </tr></table>
24
- <div class="index">
25
- <div class="titlepage"><div><div><h1 class="title">
26
- <a name="api-index-2-36"></a>Index of new symbols in 2.32</h1></div></div></div>
27
- <a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
28
- <dt>
29
- <a class="link" href="RsvgHandle.html#rsvg-cleanup" title="rsvg_cleanup ()">rsvg_cleanup</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
30
- </dt>
31
- <dd></dd>
32
- <a name="idxH"></a><h3 class="title">H</h3>
33
- <dt>
34
- <a class="link" href="RsvgHandle.html#RsvgHandle--flags" title="The “flags” property">RsvgHandle:flags</a>, object property in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
35
- </dt>
36
- <dd></dd>
37
- <dt>
38
- <a class="link" href="RsvgHandle.html#rsvg-handle-new-with-flags" title="rsvg_handle_new_with_flags ()">rsvg_handle_new_with_flags</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
39
- </dt>
40
- <dd></dd>
41
- </div>
42
- <div class="footer">
43
- <hr>Generated by GTK-Doc V1.26</div>
44
- </body>
45
- </html>
@@ -1,38 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of new symbols in 2.4: RSVG Libary Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.0">
7
- <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
- <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
- <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
- <link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
11
- <meta name="generator" content="GTK-Doc V1.26 (XML mode)">
12
- <link rel="stylesheet" href="style.css" type="text/css">
13
- </head>
14
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
- <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxH">H</a></span></td>
17
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="api-index-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="index">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="api-index-2-4"></a>Index of new symbols in 2.4</h1></div></div></div>
25
- <a name="idx"></a><a name="idxH"></a><h3 class="title">H</h3>
26
- <dt>
27
- <a class="link" href="RsvgHandle.html#rsvg-handle-get-desc" title="rsvg_handle_get_desc ()">rsvg_handle_get_desc</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
28
- </dt>
29
- <dd></dd>
30
- <dt>
31
- <a class="link" href="RsvgHandle.html#rsvg-handle-get-title" title="rsvg_handle_get_title ()">rsvg_handle_get_title</a>, function in <a class="link" href="RsvgHandle.html" title="RsvgHandle">RsvgHandle</a>
32
- </dt>
33
- <dd></dd>
34
- </div>
35
- <div class="footer">
36
- <hr>Generated by GTK-Doc V1.26</div>
37
- </body>
38
- </html>