@@ -257,7 +257,7 @@ Bug Fixes
257
257
(Bug #105084)
258
258
* Fix multi-monitor virtual desktop with negative coords on Win32
259
259
(Bug #100793)
260
- * Fix issues occuring with older FreeType versions.
260
+ * Fix issues occurring with older FreeType versions.
261
261
262
262
263
263
Release 1.15.10 (2017-12-07 Bryce Harrington <
[email protected] >)
@@ -552,7 +552,7 @@ Bug Fixes
552
552
* Fix build issue when using non-GNU strings utility. (Bug #88639)
553
553
554
554
* Fix build of cairo modules as regular modules, not as versioned shared
555
- libaries . (Bug #29319)
555
+ libraries . (Bug #29319)
556
556
557
557
* Fix build on win32 using gcc 5.4.
558
558
@@ -1275,7 +1275,7 @@ reduction in rendering latency by reducing the number of copies
1275
1275
required to upload image data - given hardware and driver support,
1276
1276
cairo-xlib can now perform zero copy uploads onto the GPU. And as usual
1277
1277
Adrian Johnson has been very busy fixing many different corner cases in
1278
- cairo-pdf, impoving opacity groups and font subsetting. Last, but not
1278
+ cairo-pdf, improving opacity groups and font subsetting. Last, but not
1279
1279
least, for cairo-image Søren Sandmann Pedersen added support for
1280
1280
rendering glyphs to pixman and using that from within cairo. The new
1281
1281
glyph rendering facility reduces the overhead for setting up the
@@ -1290,7 +1290,7 @@ Bug fixes
1290
1290
---------
1291
1291
1292
1292
Interior boxes were being dropped when amalgamating regions during
1293
- tesselation .
1293
+ tessellation .
1294
1294
https://bugs.freedesktop.org/show_bug.cgi?id=49446
1295
1295
1296
1296
Allow building without gtk-doc installed
@@ -1310,7 +1310,7 @@ Bug fixes
1310
1310
Upload the whole source for a repeating pattern.
1311
1311
https://bugs.freedesktop.org/show_bug.cgi?id=51910
1312
1312
1313
- Fix damage tracking to handle continuation chunks corectly and so
1313
+ Fix damage tracking to handle continuation chunks correctly and so
1314
1314
prevent crashes on win32.
1315
1315
https://bugs.freedesktop.org/show_bug.cgi?id=53384
1316
1316
@@ -1375,7 +1375,7 @@ Bug fixes
1375
1375
Release 1.12.0 (2012-03-23 Chris Wilson <
[email protected] >)
1376
1376
===================================================================
1377
1377
It's taken over 18 months, but the wait is finally over. A new cairo release!
1378
- We are pleased to annouce a new stable release of Cairo that brings many
1378
+ We are pleased to announce a new stable release of Cairo that brings many
1379
1379
new features and performance improvements, all whilst maintaining
1380
1380
compatibility with cairo-1.0 and all releases since. We recommend anyone
1381
1381
using a previous release of Cairo to upgrade to 1.12.0.
@@ -2105,7 +2105,7 @@ Long standing bugs fixed:
2105
2105
tessellator has been overhauled and tune, which handles the fallback
2106
2106
for when we are unable to use the new span rasteriser on the stroke
2107
2107
(e.g. when using the current RENDER protocol). The large number of
2108
- pixel artefacts that implementing self-intersection elimination
2108
+ pixel artifacts that implementing self-intersection elimination
2109
2109
removes is ample justification for the potential performance
2110
2110
regression. If you unfortunately do suffer a substantial performance
2111
2111
regression in your application, please consider obtaining a
5789
5789
This is the third bug fix release in the 1.2 series, coming less than
5790
5790
two months after the 1.2.4 release made on August 18.
5791
5791
5792
- The 1.2.4 release turned out to be a pretty solid one, except for a crasher
5792
+ The 1.2.4 release turned out to be a pretty solid one, except for a crash
5793
5793
bug when forwarding an X connection where the client and the server have
5794
5794
varying byte orders, eg. from a PPC to an i686. Other than that, various
5795
5795
other small bugs have been fixed.
@@ -6099,7 +6099,7 @@ And at least the following bugs have been fixed:
6099
6099
* Do device offset before float->fixed conversion
6100
6100
https://bugzilla.gnome.org/show_bug.cgi?id=332266
6101
6101
* PS: Fix source surfaces with transformations
6102
- * PS: Fix to not draw BUTT-capped degnerate sub-paths
6102
+ * PS: Fix to not draw BUTT-capped degenerate sub-paths
6103
6103
* PS: Don't walk off end of array when printing "~>"
6104
6104
* Fix some memory leaks in the test suite rig
6105
6105
* SVG: Fix memory leak when using cairo_mask
@@ -6692,7 +6692,7 @@ Bug fixes
6692
6692
6693
6693
* Negative dash offsets have been fixed to work correctly.
6694
6694
6695
- * The stroking of paths with mutiple subpaths has now been fixed to
6695
+ * The stroking of paths with multiple subpaths has now been fixed to
6696
6696
apply caps to all subpaths rather than just the last one.
6697
6697
6698
6698
* Many build fixes for better portability on various systems.
0 commit comments