[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]
This commit is contained in:
Chris Wilson 2007-10-27 17:29:54 +01:00
parent a69d473130
commit bb6d36561c

View file

@ -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);