Skip to content
Snippets Groups Projects
  1. Jan 11, 2018
    • Paul Kaplan's avatar
      Use style sizing to fix issues with Edge + flex + canvas. · 3c4c5a6d
      Paul Kaplan authored
      Additionally render the canvas at a multiplier of the device pixel
      ratio, so we get hidpi images for supported screens. The fixed CSS
      sizing allows us to do that.
      
      The problem was that on Edge, flexbox apparently can grow canvas
      elements, whereas on Chrome/FF the canvas width/height is respected. No
      problem, we can set the width/height in CSS to fix it, which
      conveniently allows us to also fix the low-res-on-retina-screens problem
      at the same time.
      3c4c5a6d
  2. Jan 10, 2018
  3. Jan 09, 2018
  4. Jan 08, 2018
  5. Jan 07, 2018
  6. Jan 05, 2018
  7. Jan 04, 2018
Loading