fix for cairo_arc
commit8d3c24e03efaf67cad48ceb5a76a2c52f784fb8f
authormarco candrian <mac@calmar.ws>
Thu, 31 Jan 2008 20:49:05 +0000 (31 21:49 +0100)
committerJulien Danjou <julien@danjou.info>
Fri, 1 Feb 2008 08:21:24 +0000 (1 09:21 +0100)
tree74b608ea77eef04f3522863d4f67dac3752d6f76
parentbe0779d0fab2c3df53cd5ede42b33894b8da7651
fix for cairo_arc

Without a new (sub)path, it joined the new circle to the old reference point,
what happend to be at the end of the title-text - therefore the line to it with
cairo_stroke()

Signed-off-by: Julien Danjou <julien@danjou.info>
common/draw.c