GNOME Bugzilla – Bug 328945
custom object set invalid linejoin/linecaps
Last modified: 2006-01-28 16:24:10 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 :)
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