fixed default behaviour
authorkramm <kramm>
Sun, 19 Jun 2005 10:56:58 +0000 (10:56 +0000)
committerkramm <kramm>
Sun, 19 Jun 2005 10:56:58 +0000 (10:56 +0000)
src/swfbbox.c

index 95ff67a..d0e87cb 100644 (file)
@@ -34,8 +34,8 @@ static char * outfilename = "output.swf";
 static int optimize = 0;
 static int swifty = 0;
 static int verbose = 0;
-static int showbbox = 1;
-static int showorigbbox = 0;
+static int showbbox = 0;
+static int showorigbbox = 1;
 static int expand = 1;
 
 static struct options_t options[] = {