Tuesday, June 9, 2015

Problems printing graphical contents / canvas in lastest version of Chrome.


In the last release of Chrome something was wrong printing canvas contents. To see the problem visit the website:

https://developers.google.com/maps/documentation/javascript/examples/circle-simple

  1. Do you see the circles on the map?
  2. Print the page
  3. Observe the differents with the printing version. Do you see the circles? 
If the answer is not, this post solves your problem.


We can solve temporarily the problem until Google launch a new version of Chrome or an update, following the next steps:

  1. Go to: chrome://flags/   (writing "chome://flags/" in your navigation bar)
  2. Deactivate display list 2D canvas.
  3. Restart Chrome (clicking on "Restart" at the bottom of the flags page).
Sorry my Chrome is in German. chrome://flags


Try again printing the previous page and observe the map. Now you should see the circles on the map.






No comments:

Post a Comment