summaryrefslogtreecommitdiff
path: root/test/get-path-extents.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-10-27 17:29:54 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2007-10-27 17:29:54 +0100
commitbb6d36561c5f50d869236b2bb4d10afd627f9a1d (patch)
tree5ad82f515d1623948eb0fdee5e8ce5ae145d9be1 /test/get-path-extents.c
parenta69d4731300b430b802222d317698c313c75a31a (diff)
downloadcairo-bb6d36561c5f50d869236b2bb4d10afd627f9a1d.tar.gz
[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]
Diffstat (limited to 'test/get-path-extents.c')
-rw-r--r--test/get-path-extents.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/get-path-extents.c b/test/get-path-extents.c
index 7aff4f699..b5af7fabd 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);