Carl, I'm using win32 build 040515 and I get the "strange arrows" quite often. However, I can't get them reproducibly.
vellum
----- Original Message ----- From: "Carl Hetherington" <lists@...169...> To: "Inkscape devel list" inkscape-devel@lists.sourceforge.net Sent: Thursday, May 13, 2004 10:23 AM Subject: Re: [Inkscape-devel] list of arrows looks strange (snapshot20040510)
On Wed, 12 May 2004, Carl Hetherington wrote:
[snip]
The list of arrows in "stroke style" looks strange (snapshot
20040510) -
see the attachment.
I can't reproduce that. Anyone else?
I see it most of the time on Win32. I'll take a look at some point.
valgrind has pointed me at one potential problem. ink_extract_marker_name in stroke-style.cpp appears to free `buffer' before returning `name', which is a pointer into `buffer'.
Cheers
Carl