Closed
Bug 556665
Opened 15 years ago
Closed 13 years ago
Slow svg layer moving under WinXP
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: suseer, Unassigned)
References
()
Details
(Keywords: perf, Whiteboard: [in-the-wild] [external-report])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
When using canvas tag, moving a layer containing big svg content (for example 15000*15000, actual for browser games with big maps) rendering seems laggy and slow only on Windows platform (linux moves smoothly and fine). NVIDIA videocard, Linux openSuSE distro, windows version WinXP, sp3.
Reproducible: Always
Steps to Reproduce:
1.Create not too big canvas on html
2.Put big div with SVG on it
3.javascript to move div containing svg
Actual Results:
laggy on windows, smoothly on linux
Expected Results:
smoothly everywhere
Comment 1•15 years ago
|
||
could you please hook up a testcase using "Add an attachment"?
Keywords: testcase-wanted
Testcase is in 590662.
1. Go to http://sontan.name/uploads/projects/far7/ff/game.html
2. On left click activates an animation
3. On dblclick creates some large images
Comment 3•14 years ago
|
||
I don't know whether this is an issue with SVG or layers.
Component: General → SVG
Keywords: testcase-wanted
Product: Firefox → Core
QA Contact: general → general
Comment 4•14 years ago
|
||
Oh, this is 1.9.2, so the issue existed before layers.
Bug 590662 comment 2 says there's a performance regression on trunk.
Version: unspecified → Trunk
Yes, it's SVG bug.
http://sontan.name/uploads/projects/far7/ff/game_svg.html
double click creates SVG with randomly rotated images, right-click on star or planet creates "selection" - circle filled with gradient (pure-svg).
In WinXP animation turns into slideshhow.
Comment 6•13 years ago
|
||
Is this still a problem in Nightly builds, or even in FF11? It seems to work fine for me.
Comment 7•13 years ago
|
||
Seems fine to me on Windows.
Comment 8•13 years ago
|
||
Okay, lets mark it as worksforme now then, unless someone else is still seeing problems.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Whiteboard: [in-the-wild] [external-report]
You need to log in
before you can comment on or make changes to this bug.
Description
•