Construct 3 r178

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Cool, thanks for the SVG plugin. Question though, if I set the width and height at runtime will it re-rasterize at runtime to the width/height I set it to?

      • [-] [+]
      • 2
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 2 points
      • (1 child)

      To avoid thrashing rasterization, it rasterizes at the next power-of-two size rounded up, and only re-rasterizes if you go larger than that. It will then step up to the next power-of-two size, minimising the amount of rasterization going on if you slowly scale up an SVG.