cairo 1.15.3-x64-mingw32 → 1.15.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/NEWS +24 -0
- data/Rakefile +3 -3
- data/ext/cairo/rb_cairo.h +11 -1
- data/ext/cairo/rb_cairo_constants.c +56 -1
- data/ext/cairo/rb_cairo_context.c +100 -1
- data/ext/cairo/rb_cairo_exception.c +45 -0
- data/ext/cairo/rb_cairo_surface.c +126 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/lib/cairo.rb +2 -0
- data/samples/link.rb +19 -0
- data/test/cairo-test-utils.rb +1 -0
- data/test/test_context.rb +22 -0
- data/test/test_pdf_surface.rb +131 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/cairo/cairo-pdf.h +68 -0
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/cairo/cairo.h +19 -0
- data/vendor/local/include/libpng16/png.h +13 -12
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +1 -1
- data/vendor/local/include/png.h +13 -12
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +1 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +2 -2
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +30 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +343 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +8 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +415 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +35 -35
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +3 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +15 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +22 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -1
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +22 -0
- data/vendor/local/share/license/libpng/README +1 -1
- data/vendor/local/share/man/man3/libpng.3 +9 -9
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- metadata +9 -3
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cairo: A Vector Graphics Library</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Cairo 1.15.
|
17
|
+
<div><p class="releaseinfo">for Cairo 1.15.4
|
18
18
|
</p></div>
|
19
19
|
</div>
|
20
20
|
<hr>
|
@@ -43,6 +43,9 @@
|
|
43
43
|
<dt>
|
44
44
|
<span class="refentrytitle"><a href="cairo-Raster-Sources.html">Raster Sources</a></span><span class="refpurpose"> — Supplying arbitrary image data</span>
|
45
45
|
</dt>
|
46
|
+
<dt>
|
47
|
+
<span class="refentrytitle"><a href="cairo-Tags-and-Links.html">Tags and Links</a></span><span class="refpurpose"> — Hyperlinks and document structure</span>
|
48
|
+
</dt>
|
46
49
|
</dl></dd>
|
47
50
|
<dt><span class="chapter"><a href="cairo-fonts.html">Fonts</a></span></dt>
|
48
51
|
<dd><dl>
|
@@ -266,6 +266,21 @@
|
|
266
266
|
<ANCHOR id="cairo-raster-source-finish-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-finish-func-t">
|
267
267
|
<ANCHOR id="cairo-Raster-Sources.other_details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.other_details">
|
268
268
|
<ANCHOR id="cairo-Raster-Sources.see-also" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.see-also">
|
269
|
+
<ANCHOR id="cairo-Tags-and-Links" href="cairo/cairo-Tags-and-Links.html">
|
270
|
+
<ANCHOR id="cairo-Tags-and-Links.functions" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.functions">
|
271
|
+
<ANCHOR id="cairo-Tags-and-Links.other" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.other">
|
272
|
+
<ANCHOR id="cairo-Tags-and-Links.object-hierarchy" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.object-hierarchy">
|
273
|
+
<ANCHOR id="cairo-Tags-and-Links.description" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.description">
|
274
|
+
<ANCHOR id="link" href="cairo/cairo-Tags-and-Links.html#link">
|
275
|
+
<ANCHOR id="dest" href="cairo/cairo-Tags-and-Links.html#dest">
|
276
|
+
<ANCHOR id="doc-struct" href="cairo/cairo-Tags-and-Links.html#doc-struct">
|
277
|
+
<ANCHOR id="cairo-Tags-and-Links.functions_details" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.functions_details">
|
278
|
+
<ANCHOR id="cairo-tag-begin" href="cairo/cairo-Tags-and-Links.html#cairo-tag-begin">
|
279
|
+
<ANCHOR id="cairo-tag-end" href="cairo/cairo-Tags-and-Links.html#cairo-tag-end">
|
280
|
+
<ANCHOR id="cairo-Tags-and-Links.other_details" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.other_details">
|
281
|
+
<ANCHOR id="CAIRO-TAG-DEST:CAPS" href="cairo/cairo-Tags-and-Links.html#CAIRO-TAG-DEST:CAPS">
|
282
|
+
<ANCHOR id="CAIRO-TAG-LINK:CAPS" href="cairo/cairo-Tags-and-Links.html#CAIRO-TAG-LINK:CAPS">
|
283
|
+
<ANCHOR id="cairo-Tags-and-Links.see-also" href="cairo/cairo-Tags-and-Links.html#cairo-Tags-and-Links.see-also">
|
269
284
|
<ANCHOR id="cairo-cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html">
|
270
285
|
<ANCHOR id="cairo-cairo-font-face-t.functions" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.functions">
|
271
286
|
<ANCHOR id="cairo-cairo-font-face-t.other" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.other">
|
@@ -515,8 +530,15 @@
|
|
515
530
|
<ANCHOR id="cairo-pdf-get-versions" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-get-versions">
|
516
531
|
<ANCHOR id="cairo-pdf-version-to-string" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-to-string">
|
517
532
|
<ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">
|
533
|
+
<ANCHOR id="cairo-pdf-surface-add-outline" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-add-outline">
|
534
|
+
<ANCHOR id="cairo-pdf-surface-set-metadata" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-metadata">
|
535
|
+
<ANCHOR id="cairo-pdf-surface-set-page-label" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-page-label">
|
536
|
+
<ANCHOR id="cairo-pdf-surface-set-thumbnail-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-thumbnail-size">
|
518
537
|
<ANCHOR id="cairo-PDF-Surfaces.other_details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.other_details">
|
519
538
|
<ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
|
539
|
+
<ANCHOR id="CAIRO-PDF-OUTLINE-ROOT:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-PDF-OUTLINE-ROOT:CAPS">
|
540
|
+
<ANCHOR id="cairo-pdf-outline-flags-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-outline-flags-t">
|
541
|
+
<ANCHOR id="cairo-pdf-metadata-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-metadata-t">
|
520
542
|
<ANCHOR id="cairo-pdf-version-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-t">
|
521
543
|
<ANCHOR id="cairo-PDF-Surfaces.see-also" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.see-also">
|
522
544
|
<ANCHOR id="cairo-PNG-Support" href="cairo/cairo-PNG-Support.html">
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.TH LIBPNG 3 "
|
1
|
+
.TH LIBPNG 3 "December 29, 2016"
|
2
2
|
.SH NAME
|
3
|
-
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.
|
3
|
+
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.27
|
4
4
|
.SH SYNOPSIS
|
5
5
|
\fB
|
6
6
|
#include <png.h>\fP
|
@@ -510,7 +510,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
|
|
510
510
|
.SH LIBPNG.TXT
|
511
511
|
libpng-manual.txt - A description on how to use and modify libpng
|
512
512
|
|
513
|
-
libpng version 1.6.
|
513
|
+
libpng version 1.6.27 - December 29, 2016
|
514
514
|
Updated and distributed by Glenn Randers-Pehrson
|
515
515
|
<glennrp at users.sourceforge.net>
|
516
516
|
Copyright (c) 1998-2016 Glenn Randers-Pehrson
|
@@ -521,7 +521,7 @@ libpng-manual.txt - A description on how to use and modify libpng
|
|
521
521
|
|
522
522
|
Based on:
|
523
523
|
|
524
|
-
libpng versions 0.97, January 1998, through 1.6.
|
524
|
+
libpng versions 0.97, January 1998, through 1.6.27 - December 29, 2016
|
525
525
|
Updated and distributed by Glenn Randers-Pehrson
|
526
526
|
Copyright (c) 1998-2016 Glenn Randers-Pehrson
|
527
527
|
|
@@ -5865,7 +5865,7 @@ Since the PNG Development group is an ad-hoc body, we can't make
|
|
5865
5865
|
an official declaration.
|
5866
5866
|
|
5867
5867
|
This is your unofficial assurance that libpng from version 0.71 and
|
5868
|
-
upward through 1.6.
|
5868
|
+
upward through 1.6.27 are Y2K compliant. It is my belief that earlier
|
5869
5869
|
versions were also Y2K compliant.
|
5870
5870
|
|
5871
5871
|
Libpng only has two year fields. One is a 2-byte unsigned integer
|
@@ -5967,7 +5967,7 @@ the first widely used release:
|
|
5967
5967
|
...
|
5968
5968
|
1.5.27 15 10527 15.so.15.27[.0]
|
5969
5969
|
...
|
5970
|
-
1.6.
|
5970
|
+
1.6.27 16 10627 16.so.16.27[.0]
|
5971
5971
|
|
5972
5972
|
Henceforth the source version will match the shared-library minor
|
5973
5973
|
and patch numbers; the shared-library major version number will be
|
@@ -6023,7 +6023,7 @@ possible without all of you.
|
|
6023
6023
|
|
6024
6024
|
Thanks to Frank J. T. Wojcik for helping with the documentation.
|
6025
6025
|
|
6026
|
-
Libpng version 1.6.
|
6026
|
+
Libpng version 1.6.27 - December 29, 2016:
|
6027
6027
|
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
|
6028
6028
|
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
|
6029
6029
|
|
@@ -6048,7 +6048,7 @@ this sentence.
|
|
6048
6048
|
|
6049
6049
|
This code is released under the libpng license.
|
6050
6050
|
|
6051
|
-
libpng versions 1.0.7, July 1, 2000 through 1.6.
|
6051
|
+
libpng versions 1.0.7, July 1, 2000 through 1.6.27, December 29, 2016 are
|
6052
6052
|
Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
|
6053
6053
|
derived from libpng-1.0.6, and are distributed according to the same
|
6054
6054
|
disclaimer and license as libpng-1.0.6 with the following individuals
|
@@ -6173,7 +6173,7 @@ files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
|
|
6173
6173
|
|
6174
6174
|
Glenn Randers-Pehrson
|
6175
6175
|
glennrp at users.sourceforge.net
|
6176
|
-
|
6176
|
+
December 29, 2016
|
6177
6177
|
|
6178
6178
|
.\" end of man page
|
6179
6179
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.TH LIBPNGPF 3 "
|
1
|
+
.TH LIBPNGPF 3 "December 29, 2016"
|
2
2
|
.SH NAME
|
3
|
-
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.
|
3
|
+
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.27
|
4
4
|
(private functions)
|
5
5
|
.SH SYNOPSIS
|
6
6
|
\fB#include \fI"pngpriv.h"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.4
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pkg-config
|
@@ -124,6 +124,7 @@ files:
|
|
124
124
|
- ext/cairo/rb_cairo_text_extents.c
|
125
125
|
- lib/2.2/cairo.so
|
126
126
|
- lib/2.3/cairo.so
|
127
|
+
- lib/2.4/cairo.so
|
127
128
|
- lib/cairo.rb
|
128
129
|
- lib/cairo/color.rb
|
129
130
|
- lib/cairo/colors.rb
|
@@ -145,6 +146,7 @@ files:
|
|
145
146
|
- lib/cairo/surface.rb
|
146
147
|
- samples/agg/aa_test.rb
|
147
148
|
- samples/blur.rb
|
149
|
+
- samples/link.rb
|
148
150
|
- samples/pac-nomralize.rb
|
149
151
|
- samples/pac-tee.rb
|
150
152
|
- samples/pac.rb
|
@@ -608,6 +610,7 @@ files:
|
|
608
610
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html
|
609
611
|
- vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html
|
610
612
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html
|
613
|
+
- vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html
|
611
614
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html
|
612
615
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Types.html
|
613
616
|
- vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html
|
@@ -746,7 +749,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
746
749
|
requirements:
|
747
750
|
- - ">="
|
748
751
|
- !ruby/object:Gem::Version
|
749
|
-
version: '
|
752
|
+
version: '2.1'
|
753
|
+
- - "<"
|
754
|
+
- !ruby/object:Gem::Version
|
755
|
+
version: '2.5'
|
750
756
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
751
757
|
requirements:
|
752
758
|
- - ">="
|