SVG: allow replacing and re-loading the SVG "doc" (#1116)
Without this, once you load an SVG for the first time, you can never change it. This meant that you couldn't change a buttton's icon, for example, at runtime, even using a script apply. Now that works, at no cost too, since we track which SVG body/"doc" has been loaded to ensure we're not re-loading it on every draw (which was already there, it was just too strict).
K
Kevin Boos committed
bb1474003cb8df0cb79409421b0d64d4977560c2
Parent: 8b2e7e3
Committed by GitHub <noreply@github.com>
on 6/9/2026, 7:04:52 PM