Use HTTPS URLs for cairographics.org domains

Run the command below suggested by geirha in ##sed@irc.freenode.net.

    git grep -l 'http://.*cairographics.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}cairographics\.org\)|https\1|g'

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
This commit is contained in:
Paul Menzel 2018-10-16 12:02:48 +02:00 committed by Bryce Harrington
parent bf597b8928
commit 15ad6ca3e1
30 changed files with 79 additions and 79 deletions

4
BUGS
View file

@ -26,7 +26,7 @@ which you prefer:
mailing list only allows posting from subscribers, so use the
following page for subscription instructions:
http://cairographics.org/lists
https://cairographics.org/lists
Again, we apologize for any inconvenience this subscription step
might cause, but we've found it necessary to require this in order
@ -52,7 +52,7 @@ in getting the bug fixed sooner):
http://bugs.freedesktop.org bugzilla database. Another place to
look for known bugs is the cairo ROADMAP:
http://cairographics.org/ROADMAP
https://cairographics.org/ROADMAP
which shows a planned schedule of releases and which bug fixes are
being planned for each release.

View file

@ -24,7 +24,7 @@ Contact
Various ways to get in touch with other cairo developers and maintainers
have been enumerated at:
http://cairographics.org/contact/
https://cairographics.org/contact/
Most of that information is also reflected in the following sections.
@ -35,7 +35,7 @@ Mailing Lists
There are various mailing lists that are useful when developing cairo
code. A complete list is always available at:
http://cairographics.org/lists/
https://cairographics.org/lists/
It is recommended that cairo developers subscribe to all those lists.
The cairo list by itself generates much more traffic than the others
@ -71,7 +71,7 @@ Version Control System
We use /git/ for version control. See:
http://cairographics.org/download/
https://cairographics.org/download/
For more information on using git, see:
@ -165,7 +165,7 @@ See doc/public/README for more information.
For more documentation including frequently asked questions, tutorials,
samples, roadmap, todo list, etc visit:
http://cairographics.org/documentation/
https://cairographics.org/documentation/
Some of those should gradually be moved to doc/.

View file

@ -140,11 +140,11 @@ itself), then you're in the right place and should read on.
However, if you don't need such a bleeding-edge version of cairo, then
you might prefer to start by building the latest stable cairo release:
http://cairographics.org/releases
https://cairographics.org/releases
or perhaps the latest (unstable) development snapshot:
http://cairographics.org/snapshots
https://cairographics.org/snapshots
There you'll find nicely packaged tar files that include a configure
script so you can go back the the simpler instructions above.

50
NEWS
View file

@ -18,7 +18,7 @@ legitimate problems found and fixed.
For a complete log of changes, please see
http://cairographics.org/releases/ChangeLog.1.15.12
https://cairographics.org/releases/ChangeLog.1.15.12
Features and Enhancements
-------------------------
@ -68,7 +68,7 @@ a need of this backend.
For a complete log of changes, please see
http://cairographics.org/releases/ChangeLog.1.15.12
https://cairographics.org/releases/ChangeLog.1.15.12
Features and Enhancements
-------------------------
@ -111,7 +111,7 @@ test failures and related issues in the PDF and Postscript backends.
For a complete log of changes, please see
http://cairographics.org/releases/ChangeLog.1.15.10
https://cairographics.org/releases/ChangeLog.1.15.10
Features and Enhancements
-------------------------
@ -182,7 +182,7 @@ handful of minor fixes.
For a complete log of changes, please see
http://cairographics.org/releases/ChangeLog.1.15.8
https://cairographics.org/releases/ChangeLog.1.15.8
Features and Enhancements
-------------------------
@ -232,7 +232,7 @@ the release.
For a complete log of changes, please see
http://cairographics.org/releases/ChangeLog.1.15.6
https://cairographics.org/releases/ChangeLog.1.15.6
Features and Enhancements
@ -293,7 +293,7 @@ by him and other contributors.
For a complete log of changes since the last release, please see:
http://cairographics.org/releases/ChangeLog.1.15.4
https://cairographics.org/releases/ChangeLog.1.15.4
Features
--------
@ -417,7 +417,7 @@ requested new API for Win32 surfaces.
For a complete log of changes since the last release, please see:
http://cairographics.org/releases/ChangeLog.1.15.2
https://cairographics.org/releases/ChangeLog.1.15.2
Features
--------
@ -475,7 +475,7 @@ Simple bugfix release to fix one Windows issue.
For a complete log of changes since 1.14.4, please see:
http://cairographics.org/releases/ChangeLog.1.14.6
https://cairographics.org/releases/ChangeLog.1.14.6
Features
--------
@ -511,7 +511,7 @@ updates to documentation, etc.
For a complete log of changes since 1.14.2, please see:
http://cairographics.org/releases/ChangeLog.cairo-1.14.4
https://cairographics.org/releases/ChangeLog.cairo-1.14.4
Features
--------
@ -2189,7 +2189,7 @@ Invalid referencing of patterns in the Quartz backend:
Invalid references to glyphs after early culling, causing segmentation faults
in the PDF backend:
http://lists.cairographics.org/archives/cairo/2008-December/015976.html
https://lists.cairographics.org/archives/cairo/2008-December/015976.html
Check for XRender in the XCB backend, or else we may attempt an invalid memory
access:
@ -2241,7 +2241,7 @@ etc.).
Be more tolerant of broken fonts when subsetting type1 fonts:
Error handling in cairo_type1_font_subset_get_glyph_names_and_widths
http://lists.cairographics.org/archives/cairo/2008-October/015569.html
https://lists.cairographics.org/archives/cairo/2008-October/015569.html
Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to
correctly allow NULL parameters as documented.
@ -2916,7 +2916,7 @@ New dependency on external pixman library (Thanks, Søren!)
As of cairo 1.6, cairo now depends on the pixman library, for which
the latest release can be obtained alongside cairo:
http://cairographics.org/releases/pixman-0.10.0.tar.gz
https://cairographics.org/releases/pixman-0.10.0.tar.gz
This library provides all software rendering for cairo, (the
implementation of the image backend as well as any image fallbacks
@ -3022,7 +3022,7 @@ Rendering with CAIRO_ANTIALIAS_NONE has been fixed to be more
predictable, (previously image rendering and geometry rendering would
be slightly misaligned with respect to each other).
The reference manual at http://cairographics.org/manual now documents
The reference manual at https://cairographics.org/manual now documents
100% of the functions and types in cairo's public API.
API additions
@ -3259,7 +3259,7 @@ general
Cairo now depends on pixman 0.10.0 which was recently released. The
latest pixman release can always be found alongside cairo releases at:
http://cairographics.org/releases
https://cairographics.org/releases
Increase the precision of color stops for gradients. This fixes a
regression in gradient rendering that had been present since the
@ -3559,7 +3559,7 @@ Add new API for efficiently using image data as a source:
For full documentation, see:
http://cairographics.org/manual/cairo-Quartz-Surfaces.html#cairo-quartz-image-surface-create
https://cairographics.org/manual/cairo-Quartz-Surfaces.html#cairo-quartz-image-surface-create
Several fixes for cairo_mask().
@ -3934,14 +3934,14 @@ So users will need to acquire and build pixman before being able to
build cairo. The current release is 0.9.6 and can be obtained from
here:
http://cairographics.org/releases/pixman-0.9.6.tar.gz
https://cairographics.org/releases/pixman-0.9.6.tar.gz
which can be verified with:
http://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1
https://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1
66f01a682c64403a3d7a855ba5aa609ed93bcb9e pixman-0.9.6.tar.gz
http://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1.asc
https://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1.asc
(signed by Carl Worth)
Major PDF/PostScript improvements
@ -6107,7 +6107,7 @@ This is the third in a series of snapshots working toward the imminent
1.2 release of cairo. For a list of items still needing work on the
cairo 1.2 roadmap, please see:
http://cairographics.org/ROADMAP
https://cairographics.org/ROADMAP
As can be seen in that list, there are no longer any API additions
left on the roadmap. Instead, there is a feature (PDF type 3 fonts) a
@ -6202,7 +6202,7 @@ This is the second in a series of snapshots working toward the
upcoming 1.2 release of cairo. For a list of items still needing work
on the cairo 1.2 roadmap, please see:
http://cairographics.org/ROADMAP
https://cairographics.org/ROADMAP
The items included in this snapshot (since the 1.1.2 snapshot) are
described below.
@ -7369,7 +7369,7 @@ Owen Taylor has converted cairo's documentation system to gtk-doc and
has begun some long-needed work on the documentation, which can now be
viewed online here:
http://cairographics.org/manual/
https://cairographics.org/manual/
New backend: win32
------------------
@ -7401,7 +7401,7 @@ This is the first snapshot to include a functional win32 backend,
And see also the documentation at:
http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html
https://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html
Disabled backend: quartz
------------------------
@ -7430,14 +7430,14 @@ resolution. Further changes are described below.
Added cairo_font_extents and cairo_font_glyph_extents. See
documentation for details:
http://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents
https://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents
cairo-ft.h
----------
The cairo_ft_font API changed considerably. Please see the
documentation for details:
http://cairographics.org/manual/cairo-FreeType-Fonts.html
https://cairographics.org/manual/cairo-FreeType-Fonts.html
Performance
-----------
@ -7588,7 +7588,7 @@ is a port of Keith Packard's fdclock program originally written for
the xlib backend. A screenshot of this program running on Mac OS X is
available here:
http://cairographics.org/~cworth/images/fdclock-quartz.png
https://cairographics.org/~cworth/images/fdclock-quartz.png
ATSUI font backend
------------------

18
README
View file

@ -1,5 +1,5 @@
Cairo - Multi-platform 2D graphics library
http://cairographics.org
https://cairographics.org
What is cairo
=============
@ -35,25 +35,25 @@ Where to get more information about cairo
=========================================
The primary source of information about cairo is:
http://cairographics.org/
https://cairographics.org/
The latest versions of cairo can always be found at:
http://cairographics.org/download
https://cairographics.org/download
Documentation on using cairo and frequently-asked questions:
http://cairographics.org/documentation
http://cairographics.org/FAQ
https://cairographics.org/documentation
https://cairographics.org/FAQ
Mailing lists for contacting cairo users and developers:
http://cairographics.org/lists
https://cairographics.org/lists
Roadmap and unscheduled things to do, (please feel free to help out):
http://cairographics.org/roadmap
http://cairographics.org/todo
https://cairographics.org/roadmap
https://cairographics.org/todo
Dependencies
============
@ -91,7 +91,7 @@ Supported, "standard" surface backends
------------------------------------
image backend (required)
------------------------
pixman >= 0.30.0 http://cairographics.org/releases
pixman >= 0.30.0 https://cairographics.org/releases
png support (can be left out if desired, but many
----------- applications expect it to be present)

View file

@ -104,7 +104,7 @@ Here are the steps to follow to create a new cairo release:
Include a link to the incremental ChangeLog for this release,
which we'll be uploading in a later step:
http://cairographics.org/releases/ChangeLog.cairo-${THIS_RELEASE}
https://cairographics.org/releases/ChangeLog.cairo-${THIS_RELEASE}
4) Increment cairo_version_{minor|micro} in cairo-version.h:
@ -147,10 +147,10 @@ Here are the steps to follow to create a new cairo release:
* Generate the final tar file
* Generate an sha1sum file
* Sign the sha1sum using your GPG setup (asks for your GPG password)
* scp the three files to appear on http://cairographics.org/releases
* scp the three files to appear on https://cairographics.org/releases
* Generate a versioned manual and upload it to appear as both:
http://cairographics.org/manual-${THIS_RELEASE}
http://cairographics.org/manual
https://cairographics.org/manual-${THIS_RELEASE}
https://cairographics.org/manual
* Place local copies of the three files in the releases directory
* Create a LATEST-package-version file (after deleting any old one)
* Tag the entire source tree with a ${THIS_RELEASE} tag, and sign

View file

@ -31,7 +31,7 @@ RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_
RELEASE_UPLOAD_HOST = cairographics.org
RELEASE_UPLOAD_BASE = /srv/cairo.freedesktop.org/www
RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/$(RELEASE_OR_SNAPSHOT)s
RELEASE_URL_BASE = http://cairographics.org/$(RELEASE_OR_SNAPSHOT)s
RELEASE_URL_BASE = https://cairographics.org/$(RELEASE_OR_SNAPSHOT)s
RELEASE_ANNOUNCE_LIST = cairo-announce@cairographics.org (and CC gnome-announce-list@gnome.org)
MANUAL_VERSIONED = manual-$(VERSION)

View file

@ -4,7 +4,7 @@ AC_INIT([cairo],
[cairo_version_major.cairo_version_minor.cairo_version_micro],
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo],
[cairo],
[http://cairographics.org/])
[https://cairographics.org/])
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR(build)
AC_USE_SYSTEM_EXTENSIONS
@ -712,7 +712,7 @@ dnl ===========================================================================
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
pixman_REQUIRES="pixman-1 >= 0.30.0"
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, ,
[use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
[use_image="no (requires $pixman_REQUIRES https://cairographics.org/releases/)"])
image_REQUIRES=$pixman_REQUIRES
image_CFLAGS=$pixman_CFLAGS
image_LIBS=$pixman_LIBS

View file

@ -471,7 +471,7 @@
</g>
<!-- Footer -->
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">http://cairographics.org</text>
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">https://cairographics.org</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -907,7 +907,7 @@ C 42.942871662459936, -24.939379331448624,
</g>
<!-- Footer -->
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">http://cairographics.org</text>
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">https://cairographics.org</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View file

@ -903,7 +903,7 @@ C 42.942871662459936, -24.939379331448624,
</g>
<!-- Footer -->
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">http://cairographics.org</text>
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">https://cairographics.org</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -892,7 +892,7 @@ Z" />
</g>
<!-- Footer -->
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">http://cairographics.org</text>
<text ss:variable="URL" x="1016" y="753" text-anchor="end" font-size="20">https://cairographics.org</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -8,14 +8,14 @@
<slides theme="cairo"
presentation="Drawing with cairo"
presentation-subtitle="drawing with cairo"
URL="http://cairographics.org"
URL="https://cairographics.org"
bullet="bullet">
<slide title="Tutorial preparation" variant="blank" bullet="">
<lc></lc>
<lc align="center">http://cairographics.org/tutorial</lc>
<lc align="center">https://cairographics.org/tutorial</lc>
<lc></lc>
<li>wget http://cairographics.org/cairo-tutorial.tar.gz</li>
<li>wget https://cairographics.org/cairo-tutorial.tar.gz</li>
<li>tar xzf cairo-tutorial.tar.gz</li>
<li>cd cairo-tutorial</li>
<li>make</li>
@ -30,7 +30,7 @@
<lc></lc>
<lc>linux.conf.au</lc>
<lc>2006-01-26</lc>
<lc>http://cairographics.org</lc>
<lc>https://cairographics.org</lc>
</slide>
<slide title="Ugly graphics" variant="separator">
@ -199,8 +199,8 @@
<slide title="Following along" >
<lc></lc>
<lc align="center">http://cairographics.org/tutorial</lc>
<lc align="center">http://cairographics.org/cairo-tutorial.tar.gz</lc>
<lc align="center">https://cairographics.org/tutorial</lc>
<lc align="center">https://cairographics.org/cairo-tutorial.tar.gz</lc>
<li>tar xzf cairo-tutorial.tar.gz</li>
<li>cd cairo-tutorial</li>
<li>make</li>

View file

@ -10,7 +10,7 @@ the examples. In order for you to make use of these files you will
need to have cairo and its header files installed. You can find
instructions for doing this at:
http://cairographics.org/tutorial
https://cairographics.org/tutorial
Notice that there are a few .c files in this directory.

View file

@ -497,7 +497,7 @@ _cairo_gl_composite_begin_component_alpha (cairo_gl_context_t *ctx,
cairo_status_t status;
/* For CLEAR, cairo's rendering equation (quoting Owen's description in:
* http://lists.cairographics.org/archives/cairo/2005-August/004992.html)
* https://lists.cairographics.org/archives/cairo/2005-August/004992.html)
* is:
* mask IN clip ? src OP dest : dest
* or more simply:

View file

@ -1047,7 +1047,7 @@ cairo_pdf_interchange_write_docinfo (cairo_pdf_surface_t *surface)
_cairo_output_stream_printf (surface->output,
"%d 0 obj\n"
"<< /Producer (cairo %s (http://cairographics.org))\n",
"<< /Producer (cairo %s (https://cairographics.org))\n",
surface->docinfo_res.id,
cairo_version_string ());

View file

@ -312,7 +312,7 @@ _cairo_ps_surface_emit_header (cairo_ps_surface_t *surface)
_cairo_output_stream_printf (surface->final_stream,
"%%!PS-Adobe-3.0%s\n"
"%%%%Creator: cairo %s (http://cairographics.org)\n"
"%%%%Creator: cairo %s (https://cairographics.org)\n"
"%%%%CreationDate: %s"
"%%%%Pages: %d\n",
eps_header,

View file

@ -124,7 +124,7 @@
*
* For example:
* <informalexample><programlisting>
* cairo_tag_begin (cr, CAIRO_TAG_LINK, "uri='http://cairographics.org'");
* cairo_tag_begin (cr, CAIRO_TAG_LINK, "uri='https://cairographics.org'");
* cairo_move_to (cr, 50, 50);
* cairo_show_text (cr, "This is a link to the cairo website.");
* cairo_tag_end (cr, CAIRO_TAG_LINK);
@ -157,7 +157,7 @@
* cairo_move_to (cr, 50, 70);
* cairo_text_extents (cr, text2, &text2_extents);
* sprintf (attribs,
* "rect=[%f %f %f %f %f %f %f %f] uri='http://cairographics.org'",
* "rect=[%f %f %f %f %f %f %f %f] uri='https://cairographics.org'",
* text1_extents.x_bearing,
* text1_extents.y_bearing,
* text1_extents.width,
@ -209,7 +209,7 @@
*
* An example of the link attributes to the cairo website:
* <programlisting>
* "uri='http://cairographics.org'"
* "uri='https://cairographics.org'"
* </programlisting>
*
* ## File Links ## {#file-link}

View file

@ -606,7 +606,7 @@ cairo_pop_group_to_source (cairo_t *cr);
* translucent layers too.
* For a more detailed explanation of the effects of each operator, including
* the mathematical definitions, see
* <ulink url="http://cairographics.org/operators/">http://cairographics.org/operators/</ulink>.
* <ulink url="https://cairographics.org/operators/">https://cairographics.org/operators/</ulink>.
*
* Since: 1.0
**/

View file

@ -1095,7 +1095,7 @@ static cairo_test_status_t
test_cairo_surface_set_mime_data (cairo_surface_t *surface)
{
const char *mimetype = "text/x-uri";
const char *data = "http://www.cairographics.org";
const char *data = "https://www.cairographics.org";
cairo_status_t status;
status = cairo_surface_set_mime_data (surface,

View file

@ -33,7 +33,7 @@ draw (cairo_t *cr, int width, int height)
"Ideally it should overflow the stack buffers, but do you really want to read "
"a message that long. No. So we compromise with around 300 glyphs that is "
"long enough to trigger the conditions as stated in "
"http://lists.cairographics.org/archives/cairo/2008-December/015976.html. "
"https://lists.cairographics.org/archives/cairo/2008-December/015976.html. "
"Happy now?";
cairo_text_extents_t extents;

View file

@ -32,7 +32,7 @@
* where the dash offset is advanced in a loop.
*
* Reported to the cairo mailing list by Hans Breuer.
* http://lists.cairographics.org/archives/cairo/2009-June/017506.html
* https://lists.cairographics.org/archives/cairo/2009-June/017506.html
*/
#define EPS 1e-30

View file

@ -25,7 +25,7 @@
/* This test case exercises a "Potential division by zero in cairo_arc"
* reported by Luiz Americo Pereira Camara <luizmed@oi.com.br>,
* http://lists.cairographics.org/archives/cairo/2008-May/014054.html.
* https://lists.cairographics.org/archives/cairo/2008-May/014054.html.
*/
#include "cairo-test.h"

View file

@ -36,7 +36,7 @@
* with various flash animations):
*
* [cairo] Assertion `i < pen->num_vertices' failed in 1.4.10
* http://lists.cairographics.org/archives/cairo/2007-August/011282.html
* https://lists.cairographics.org/archives/cairo/2007-August/011282.html
*
* The problem shows up with an extreme transformation matrix that
* collapses the pen to a single line, (which means that

View file

@ -375,7 +375,7 @@ draw (cairo_t *cr, int width, int height)
cairo_set_line_width (cr2, 2.0);
/* XXX: We'd like to be able to use EQUALS here, but currently
* when hinting is enabled freetype returns integer extents. See
* http://cairographics.org/todo */
* https://cairographics.org/todo */
errors += !check_extents (ctx, phase, cr2, FILL, APPROX_EQUALS,
0, 0, extents.width, extents.height);
errors += !check_extents (ctx, phase, cr2, STROKE, APPROX_EQUALS,

View file

@ -25,7 +25,7 @@
*/
/* Test case for bug reported by Franz Schmid <Franz.Schmid@altmuehlnet.de>
* http://lists.cairographics.org/archives/cairo/2008-April/013912.html
* https://lists.cairographics.org/archives/cairo/2008-April/013912.html
*
* See also: http://bugs.freedesktop.org/show_bug.cgi?id=17177
*/

View file

@ -77,8 +77,8 @@ static cairo_test_status_t
preamble (cairo_test_context_t *ctx)
{
const char *mimetype = "text/x-uri";
const char *data1 = "http://www.cairographics.org";
const char *data2 = "http://cairographics.org/examples/";
const char *data1 = "https://www.cairographics.org";
const char *data2 = "https://cairographics.org/examples/";
cairo_bool_t destroy1_called = FALSE;
cairo_bool_t destroy2_called = FALSE;
cairo_surface_t *surface;

View file

@ -25,7 +25,7 @@
/*
* Test case derived from the bug report by Michel Iwaniec:
* http://lists.cairographics.org/archives/cairo/2008-November/015660.html
* https://lists.cairographics.org/archives/cairo/2008-November/015660.html
*/
#include "cairo-test.h"

View file

@ -25,7 +25,7 @@
/*
* Test case derived from the bug report by Michel Iwaniec:
* http://lists.cairographics.org/archives/cairo/2008-November/015660.html
* https://lists.cairographics.org/archives/cairo/2008-November/015660.html
*/
#include "cairo-test.h"

View file

@ -29,7 +29,7 @@
* pattern. Reported by Franz Schmid to the cairo mailing list as a
* regression in 1.9.6:
*
* http://lists.cairographics.org/archives/cairo/2010-February/019492.html
* https://lists.cairographics.org/archives/cairo/2010-February/019492.html
*/
static cairo_test_status_t