[cairo-commit] test/get-path-extents.c

Chris Wilson ickle at kemper.freedesktop.org
Sat Oct 27 09:38:54 PDT 2007


 test/get-path-extents.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bb6d36561c5f50d869236b2bb4d10afd627f9a1d
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Oct 27 17:29:54 2007 +0100

    [test/get-path-extents] Add link to bug report.
    
    Add a link to the original bug report for the broken extents with arcs.
    [http://bugs.freedesktop.org/show_bug.cgi?id=7245]

diff --git a/test/get-path-extents.c b/test/get-path-extents.c
index 7aff4f6..b5af7fa 100644
--- a/test/get-path-extents.c
+++ b/test/get-path-extents.c
@@ -167,6 +167,7 @@ draw (cairo_t *cr, int width, int height)
     cairo_new_path (cr2);
     cairo_restore (cr2);
 
+    /* http://bugs.freedesktop.org/show_bug.cgi?id=7245 */
     phase = "Arc";
     cairo_save (cr2);
     cairo_arc (cr2, 250.0, 250.0, 157.0, 5.147, 3.432);


More information about the cairo-commit mailing list