render_pdfs cull rect output formated better
authorhalcanary <halcanary@google.com>
Thu, 16 Oct 2014 17:32:52 +0000 (10:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 17:32:52 +0000 (10:32 -0700)
Review URL: https://codereview.chromium.org/657353004

tools/render_pdfs_main.cpp

index dd5f642..5e3385e 100644 (file)
@@ -254,7 +254,7 @@ int tool_main_core(int argc, char** argv) {
             ++failures;
             continue;
         }
-        SkDebugf("[%f,%f,%f,%f] %-*s", 
+        SkDebugf("[%6g %6g %6g %6g] %-*s",
             picture->cullRect().fLeft, picture->cullRect().fTop,
             picture->cullRect().fRight, picture->cullRect().fBottom,
             maximumPathLength, basename.c_str());