The Beauty Of SVG Fractals(mecxpert.de)13 points·by J3L2404·16 anni fa·2 commentsmecxpert.deThe Beauty Of SVG Fractalshttp://www.mecxpert.de/svg/fractals.html1 commentsPost comment[–]ilya_b·16 anni fareplyYou should include the following attributes into to the svg tag, otherwise it will not render correctly in browsers.xmlns="http://www.w3.org/2000/svg xmlns:xlink="http://www.w3.org/1999/xlink version="1.2"[–]Sephr·16 anni fareplyMost recent browsers support HTML5, which allows SVG with implicit SVG and XLink namespaces. Not that I suggest you don't use namespaces in standalone SVG, as that is still required.
xmlns="http://www.w3.org/2000/svg xmlns:xlink="http://www.w3.org/1999/xlink version="1.2"