summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Gilbert <gilbertt@users.sourceforge.net>2000-09-03 19:31:03 +0000
committerTom Gilbert <gilbertt@users.sourceforge.net>2000-09-03 19:31:03 +0000
commit6a4d800e92b8029b506742aae8e00554dae47ce4 (patch)
treeaf24a69cb2e089718917996c2f3fbb70b7fbe91f /test
parente3d927d32caeb113a6cb4ed2ea0209af27d079a0 (diff)
downloadimlib2-6a4d800e92b8029b506742aae8e00554dae47ce4.tar.gz
imlib_image_fill_ellipse()
SVN revision: 3306
Diffstat (limited to 'test')
-rw-r--r--test/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.c b/test/main.c
index 2d27210..f580a09 100644
--- a/test/main.c
+++ b/test/main.c
@@ -781,7 +781,8 @@ int main (int argc, char **argv)
/* test ellipses */
imlib_context_set_cliprect(0,0,0,0);
imlib_context_set_color(255, 255, 255, 255);
- imlib_image_draw_ellipse(50,280,30,40);
+ imlib_image_draw_ellipse(50,250,30,40);
+ imlib_image_fill_ellipse(50,300,30,40);
imlib_image_draw_rectangle(120,245,70,70);
up = imlib_update_append_rect(up, 120,245,70,70);