-----Original Message----- From: Preben Soeberg [mailto:prsodk@...400...] Sent: Thursday, September 03, 2009 21:04 To: 'Joshua A. Andler' Cc: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Win32 libs update request - was Re: Inkscape0.47pre2
-----Original Message----- From: Joshua A. Andler [mailto:scislac@...400...] Sent: 03 September, 2009 08:33 To: Chris Morgan Cc: Inkscape Developers' Mailing List; Bob Jamison Subject: [Inkscape-devel] Win32 libs update request - was
Re: Inkscape
0.47pre2
On Wed, 2009-09-02 at 17:26 +1000, Chris Morgan wrote:
Forgot to reply to all again... anyway, new news is
http://inkscape.chrismorgan.info/win32-builds/Inkscape-0.47pre2-2.ex
e with the updated devlibs. I'd especially like this tested with graphics tablets to see if the updated GTK version (not
the newest,
but newer) fixes that problem with them not working as extended input devices.
Chris,
It appears that this fixes the tablet issues on win32, even
the bamboo
issues which have been a problem for a while. Were the libs done in-place, or did you and Bob officially update the libs for
all win32
builders? If it's not official yet, we really need to do
this for 0.47
and should push to get it done as soon as possible. Please
let me know
the status on this and thanks for getting that build made!
Cheers, Josh
It has been much improved, but bug https://bugs.launchpad.net/bugs/284546 is still there, though it does not appear quite as easy as before.
Couldn't the THROW_CONTINUITYERROR at line 355 in src\2geom\path.cpp be commented out, as suggested long time ago. That would help a lot.
We should definitely not remove THROW_CONTINUITYERROR ! It means there is a real problem that Inkscape/2geom should not ignore. I think what causes the problem in this case is adding a line segment with 'invalid' points (like infinity). Perhaps adding a simple check for that in the callygr tool will fix this issue.
Ciao, Johan