summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-16 10:25:40 +0000
committerCarl Worth <cworth@cworth.org>2005-09-16 10:25:40 +0000
commit4ea8d8544ee254c46a6d20fa4f05a3b6a7c0bf6e (patch)
treeb2ca96098c8109ddb12a2dd07becbc2de45cc631 /ChangeLog
parenta9b89bf8984fdc6ada9275b0e414964ea0d52d57 (diff)
Tested by: John Ellson Closes bug #4408 https://bugs.freedesktop.org/show_bug.cgi?id=4408
Add support for dashed splines. (The antialiasing quality isn't perfect, but at least the curves are dashed now).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 956147bf2..84605389a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-09-16 Carl Worth <cworth@cworth.org>
+
+ Tested by: John Ellson
+ Closes bug #4408
+ https://bugs.freedesktop.org/show_bug.cgi?id=4408
+
+ * src/cairo-path-stroke.c: (_cairo_stroker_curve_to_dashed),
+ (_cairo_path_fixed_stroke_to_traps): Add support for dashed
+ splines. (The antialiasing quality isn't perfect, but at least the
+ curves are dashed now).
+
2005-09-13 Carl Worth <cworth@cworth.org>
* src/cairo-ft-font.c: (_cairo_ft_scaled_font_text_to_glyphs):