Index: test.c =================================================================== --- test.c (revision 8175) +++ test.c (revision 8176) @@ -60,10 +60,12 @@ printf("!!!animator start\n"); + printf("dash 0xffff\n"); draw_(p->contours, 1); for (c = p->contours->next; c != NULL; c = c->next) { - printf("!hole:\n"); + printf("!hole:\n"); + printf("dash 0x3333\n"); draw_(c, 0); } printf("flush\n");