Skip to content
Commit 0b73f859 authored by Hans Breuer's avatar Hans Breuer
Browse files

Fix endless loop with cairo renderer (maybe bug 660574)

Dia's geometry function fillet() was not initializing
it's return values under certain conditions. Now it signals
these conditions by returning false, to allow the API user
(draw_rounded_polyline) to not use these values.

Still cairo should not go into an endless loop with completely
bogus values, but hopefully Dia does not trigger that bug
anymore ...
parent 5e8bc2a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment