<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Huge memory consumption while opening a properly crafted SVG"
   href="https://bugs.webkit.org/show_bug.cgi?id=129559#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Huge memory consumption while opening a properly crafted SVG"
   href="https://bugs.webkit.org/show_bug.cgi?id=129559">bug 129559</a>
              from <span class="vcard"><a class="email" href="mailto:sabouhallawa&#64;apple.com" title="Said Abou-Hallawa &lt;sabouhallawa&#64;apple.com&gt;"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
        <pre>This is the simplest reduction I could get to repro this bug:

&lt;svg xmlns=&quot;<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>&quot;&gt;
  &lt;line stroke-dasharray=&quot;10,10&quot; x1=&quot;0&quot; y1=&quot;100&quot; x2=&quot;1000000000&quot; y2=&quot;0&quot; style=&quot;stroke:black;stroke-width:2&quot;/&gt;
&lt;/svg&gt;

Without the stroke-dash-array in the &lt;line&gt; tag, the memory usage is normal and the bug does not happen. With shorter line, the bug also does not happen.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>