Wait, is it possible to create a real infinite droste effect with vector graphics since they aren’t limited by resolution?
As long as you can do recursion in the xml it should be possible to make an svg that’s “infinitely” recursive yes?
(I have no experience on this topic)
Well the svg file itself wouldn’t be, but whatever tries to render the image might think the file is infinite since it’d loop around forever. Come to think of it, I’d imaging there are probably safeguards in place to prevent svg files like this hypothetical one from being opened because they’d run as an infinite loop