Another question about inner workings of the engine. The only information I could find on this seems to imply that SVG will initially be rasterized to largest size needed in the layout, but they can be re-rasterized automatically by the engine as needed. So my questions are:
- Are SVG objects re-rasterized only when the size of the object is increased?
- Are SVG objects re-rasterized with small changes in size? Or only when it hits some threshold like 50% or 200%?
- Do layer zooms, Z-elevation or resolution changes also trigger re-rasterization?
Basically I'm trying to avoid constant re-rasterization, if for example I'm tweening slightly the size of SVG objects for 'juice'.