Closed
Bug 302551
Opened 19 years ago
Closed 19 years ago
creating svg elements eats memory, stops working
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ted, Unassigned)
References
()
Details
I created a proof of concept google maps hack that uses SVG to draw polylines. After scrolling around a bit, my browser starts eating memory and stops drawing the svg. The URL here shows the problem. The code is at http://ted.mielczarek.org/code/gmaps/svgpath.js
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050729 Firefox/1.0+ ID:2005072906 WFM. Memory use increased when I opened your page, but not too much, and it stopped increasing. I had no problems moving the map around and changing the zoom.
| Reporter | ||
Comment 2•19 years ago
|
||
the leaks are google maps'. the svg just increases the amount of leak.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•