Skip to content
Snippets Groups Projects
  1. Jan 28, 2019
  2. Jan 24, 2019
    • Ben Wheeler's avatar
      fixed mouse click issuue · 3baca0bc
      Ben Wheeler authored
      3baca0bc
    • Paul Kaplan's avatar
      Use fontInliner instead of entire SVGRenderer for showing costume tiles. · a37ea675
      Paul Kaplan authored
      The fontInliner from the scratch-svg-renderer was changed recently to work entirely on strings, so we can use that instead of parsing/loading/possibly drawing/stringifying the entire SVG. 
      
      This does not address the size-1 cache issue where the cache is invalidated any time there is more than 1 sprite. But that can be handled later.
      
      Using the 4x CPU slowdown in chrome dev tools, on a simple costume that just has a single text element the getCostumeUrl time goes from 10ms to 1ms, very important for updating in a timely way.
      a37ea675
  3. Jan 23, 2019
  4. Jan 22, 2019
  5. Jan 19, 2019
  6. Jan 18, 2019
  7. Jan 17, 2019
  8. Jan 16, 2019
  9. Jan 15, 2019
  10. Jan 14, 2019
  11. Jan 11, 2019
Loading