Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
* {
font-size: 1237818528.6247747em;
}
</style>
<script>
window.addEventListener('load', async () => {
const svg_1 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
const svg_2 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
const anchor = document.createElementNS('http://www.w3.org/2000/svg', 'a')
svg_2.setAttribute('width', '14em')
anchor.appendChild(svg_2)
svg_1.appendChild(anchor)
document.documentElement.appendChild(svg_1)
const selection = window.getSelection()
selection.selectAllChildren(svg_1)
})
</script>