From ac162db88120861931531b57affaec10ab14fb44 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Nov 2008 10:42:00 +0000 Subject: [PATCH] added comments --- src/swfdump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swfdump.c b/src/swfdump.c index 94bc2d1..5195ef4 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -785,11 +785,13 @@ char* fillstyle2str(FILLSTYLE*style) /* TODO: display information about that bitmap */ sprintf(stylebuf, "BITMAPt%s %d", (style->type&2)?"n":"", style->id_bitmap); /* TODO: show matrix */ + //swf_DumpMatrix(stdout, &style->m); break; case 0x41: case 0x43: /* TODO: display information about that bitmap */ sprintf(stylebuf, "BITMAPc%s %d", (style->type&2)?"n":"", style->id_bitmap); /* TODO: show matrix */ + //swf_DumpMatrix(stdout, &style->m); break; default: sprintf(stylebuf, "UNKNOWN[%02x]",style->type); -- 1.7.10.4