GNOME Bugzilla – Bug 171641
win32: dash offset broken
Last modified: 2011-02-04 16:17:41 UTC
from comment 16 in bug 162036 But you did notice your current implementation of dash_offset is broken ? [See my comment in bug #162790, the offset must not modify the start of the line]
This was a gtk bug, fixed in both branches. 2005-04-03 Hans Breuer <hans@breuer.org> * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of the line pattern not the start of the line. Fixes bug #171641. * gtk/makefile.msc.in : follow .symbols changes