Open
Bug 1105348
Opened 10 years ago
Updated 23 days ago
Browsermark "Graphics SVG" test slower than Chrome and Safari
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
NEW
People
(Reporter: jandem, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
For the attached standalone testcase I get:
Nightly: 75
Safari 8: 90
Chrome 41: 100 (requires --disable-web-security to run test locally)
Also the animation is not as smooth in Firefox.
If I set:
gfx.content.azure.backends = skia
I get 81, still slower than Chrome and Safari.
Comment 1•10 years ago
|
||
This is all about svg painting.
Comment 2•10 years ago
|
||
Well, largely.
46.4% 0.2% nsDisplaySVGPathGeometry::Paint(nsDisplayListBuilder*, nsRenderingContext*) 224B libxul.so
Updated•10 years ago
|
Component: Graphics → SVG
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•