rich Posted April 5, 2013 Share Posted April 5, 2013 Thought this may be useful for those of you trying to visually debug canvas issues: In Chrome Canary: in your browser, enter this url chrome://flags/ enable Enable Developer Tools experiments relaunch Chrome in the developer tools, click the 'gear' to bring up developer preferences select experiments from the menu select Canvas Inspections relaunch Chrome Quote Link to comment Share on other sites More sharing options...
Chris Posted April 5, 2013 Share Posted April 5, 2013 As far as I can see, you can see the rendering progress of a single frame in the "Profiles" section. I could not find any more canvas related inspections/debugging features, or did I miss something? Quote Link to comment Share on other sites More sharing options...
P.Uri.Tanner Posted April 7, 2013 Share Posted April 7, 2013 Not much more to it except for you can "rewind" your draw calls step by step! Also it works with webgl. Here is a screenshot from some map drawing fun i had earlier: http://i.imgur.com/FV4ioYZ.jpg Paul Irish talks a bit about it: (not much information on canvas & webGL ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.