mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 07:58:04 +02:00
[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:
parent
a69d473130
commit
bb6d36561c
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue