mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00

This is because some documents alter itself using `document.write`, which can insert again tags (img, style, script) that expect to live in a normal environment. This commit also refactors some of the `retrieveFile` logic. The function should behave differently when called in the iframe vs the parent document.
4 lines
153 B
XML
4 lines
153 B
XML
<svg height="100" width="100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle r="45" cx="50" cy="50" stroke="green" stroke-width="3" fill="red" />
|
|
</svg>
|