X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfdump.c;h=5195ef4dc5d75cf5533add239097fec2f4bf117f;hb=ac8c6f00fbaa94b3136457caf1a24d8f4f0c12cc;hp=94bc2d14345f6a85c149d26c3cf3ea71e1efa90d;hpb=5ed16e8e59191e1626e2394532d492d0a55ff4bb;p=swftools.git 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);