summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-30 01:06:08 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-30 01:06:08 +0000
commitd20cc827791e177eb73a9003c6704b7a5bc49f71 (patch)
treee407ce3c4db39e0db3d8b046fddda9101b87fe80 /NEWS
parent0ceda81dfdfc4adcec28c71be7822caa0627d818 (diff)
[NEWS] Correct a couple of typos.
Whilst Carl's not looking, fix a couple of typos -- in particular the one calling me a bug! ;-)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4b42f51f..815ada70 100644
--- a/NEWS
+++ b/NEWS
@@ -18,14 +18,14 @@ faster insert for skiplist, etc.) (Chris Wilson).
Optimize away fractional translation component when doing
EXTEND_NEAREST filtering, (for better performance).
-Allow cloning sub-regions of similar surfaces to fix this bug:
-(Chris Wilson)
+Allow cloning sub-regions of similar surfaces to fix this bug
+(Chris Wilson):
Crafted gif file will crash firefox
[XError: 'BadAlloc (insufficient resources for operation)']
https://bugzilla.mozilla.org/show_bug.cgi?id=424333
-Fix some matrix confusion to fix this regression (Chris Wilson).
+Fix some matrix confusion to fix this regression (Chris Wilson):
Transculent star exports in a wrong way to PDF
https://bugs.launchpad.net/inkscape/+bug/234546
@@ -55,7 +55,7 @@ Fix compilation on Solaris 10 (Chris Wilson):
to compile on Solaris 10 with pthreads
https://bugs.freedesktop.org/show_bug.cgi?id=18010
-xlib: Add support for XImages with dpeth of 4, 20, 24, or 28 bits
+xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits
(Chris Wilson):
cairo doesn't support 24 bits per pixel mode on X11
@@ -101,7 +101,7 @@ SVG: Correctly emit comp-op for paint, mask, and show_glyphs
operations (Emmanuel Pacaud).
SVG: Use finer-grained fallbacks for SVG 1.2 (as PS and PDF backends
-have been doing since .6.0) (Chris Wilson).
+have been doing since 1.6.0) (Chris Wilson).
Win32: Fallback to DIB if DDB create fails for
cairo_surface_create_similar (Vladimir Vukicevic).