After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328945 - custom object set invalid linejoin/linecaps
custom object set invalid linejoin/linecaps
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: objects
CVS head
Other Linux
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-28 10:18 UTC by Nguyen Thai Ngoc Duy
Modified: 2006-01-28 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nguyen Thai Ngoc Duy 2006-01-28 10:18:24 UTC
I'm getting cairo renderer to work as an interactive renderer. Custom objects call set_linejoin/set_linecaps with invalid value (custom_object.c:683). Don't know why. I report it so that i won't forget it :)
Comment 1 Hans Breuer 2006-01-28 16:24:10 UTC
Thanks for reporting, I think it is fixed:

2006-01-28  Hans Breuer  <hans@breuer.org>

	* lib/dia_svg.c(dia_svg_style_init) : need to initialize
	linecap, linejoin, linestyle to avoid invalid settings.
	(Nguyen Thai Ngoc Duy, bug #328945)
	* lib/diagdkrenderer.c : add a place fro breakpoint to 
	detect invalid mode