svg test

test if svg will cause ie to barf

by hrabinowitz

HTML

<p>Hi Henry</p>
<div>This div has an svg in it
    <br>
    <svg width="500" height="300">
        <circle cx="43.958333333333336" cy="213.68421052631578" r="4.47213595499958" fill="hsl(3.75, 50%, 50%)"></circle>
        <circle cx="420" cy="51.57894736842107" r="9.486832980505138" fill="hsl(360, 50%, 50%)"></circle>
        <circle cx="237.91666666666669" cy="144.21052631578948" r="7.0710678118654755" fill="hsl(187.5, 50%, 50%)"></circle>
        <circle cx="119.16666666666667" cy="183.57894736842104" r="5.744562646538029" fill="hsl(75, 50%, 50%)"></circle>
        <circle cx="301.25" cy="40" r="9.746794344808963" fill="hsl(247.5, 50%, 50%)"></circle>
        <circle cx="364.5833333333333" cy="232.21052631578948" r="3.4641016151377544" fill="hsl(307.5, 50%, 50%)"></circle>
        <circle cx="416.0416666666667" cy="158.10526315789474" r="6.6332495807108" fill="hsl(356.25, 50%, 50%)"></circle>
        <circle cx="59.79166666666667" cy="104.84210526315789" r="8.18535277187245" fill="hsl(18.75, 50%, 50%)"></circle>
        <circle cx="107.29166666666667" cy="211.3684210526316" r="4.58257569495584" fill="hsl(63.75, 50%, 50%)"></circle>
        <circle cx="214.16666666666666" cy="56.21052631578948" r="9.38083151964686" fill="hsl(165, 50%, 50%)"></circle>
        <text x="43.958333333333336" y="213.68421052631578" font-family="sans-serif" font-size="11px" fill="black">5,20</text>
        <text x="420" y="51.57894736842107" font-family="sans-serif" font-size="11px" fill="black">480,90</text>
        <text x="237.91666666666669" y="144.21052631578948" font-family="sans-serif" font-size="11px" fill="black">250,50</text>
        <text x="119.16666666666667" y="183.57894736842104" font-family="sans-serif" font-size="11px" fill="black">100,33</text>
        <text x="301.25" y="40" font-family="sans-serif" font-size="11px" fill="black">330,95</text>
        <text x="364.5833333333333" y="232.21052631578948" font-family="sans-serif" font-size="11px"...

CSS

svg {
    background-color:white;
}