diff options
author | Nis Martensen <nis.martensen@web.de> | 2009-06-16 23:27:20 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-17 16:39:56 +0100 |
commit | bc87074185592eae367b6c091241957b94202fda (patch) | |
tree | 35a7926c100046c4e79cfa38a4727184c3fbd758 /AUTHORS | |
parent | 3c5e57e694d1a8a0a48a66e0d61d8257c23a780e (diff) |
[path] Fix missing implicit move-to
When cairo_curve_to happens to start a new subpath (e.g., after a call
to cairo_new_sub_path()), it also needs to update the last_move_point.
Otherwise the new current point after a close_path() will be at an
unexpected position.
Therefore, call _cairo_path_fixed_move_to() explicitly.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ Tor Lillqvist <tml@novell.com> win32 build fixes, build scripts Jinghua Luo <sunmoon1997@gmail.com> Add bitmap glyph transformation, many freetype and glitz fixes Luke-Jr <luke-jr@utopios.org> Build fix for cross-compiling Kjartan Maraas <kmaraas@gnome.org> Several fixes for sparse, lots of debug help for multi-thread bugs +Nis Martensen <nis.martensen@web.de> Bug fix for sub paths Jordi Mas <jordi@ximian.com> Bug fix for cairo_show_text Nicholas Miell <nmiell@gmail.com> Fixes for linking bugs on AMD64 Eugeniy Meshcheryakov <eugen@debian.org> PS/PDF font subsetting improvements |