Closed
Bug 694863
Opened 14 years ago
Closed 14 years ago
SVG rendering is clipped when it should be not
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: marek.raida, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a1) Gecko/20111016 Firefox/10.0a1
Build ID: 20111016031010
Steps to reproduce:
Open http://themaninblue.com/experiment/AnimationBenchmark/svg/
Actual results:
Particles benchmark - dots are rendered only in the top right box of approx 250*250 pixels, the rest of the window stays white.
Expected results:
Colorful dots should have been moving around the whole screen.
Like in canvas case (http://themaninblue.com/experiment/AnimationBenchmark/canvas/)
It is not HW acceleration/driver related and happens also with HW rendering turned off.
I'm using the latest nightly build (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a1) Gecko/20111016 Firefox/10.0a1)
Comment 1•14 years ago
|
||
regression window:
Last good m-c nightly: 2011-06-12
First bad m-c nightly: 2011-06-13
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e37011790a8a&tochange=bbbc80a2bd8c
in local build,
build from 3af9fed4e33a : fails
build from 58fe3ede72f8 : fails
build from c07445f34e92 : works
build from db0bcc6ab526 : works
Triggered by
58fe3ede72f8 L. David Baron — Remove notion of percentage intrinsic size: remove the single case that (incorrectly) sets percentage intrinsic sizes, and fix all of the tests that depend on our old incorrect behavior. (Bug 611099) r=dholbert Needed to help CSS 2.1 meet Proposed Recommendation entrance criteria.
And this will be fixed by Bug 668163
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•14 years ago
|
||
Yep. What we're doing right now is what the spec currently says to do...
Comment 3•14 years ago
|
||
Fixed by bug 668163
Status: NEW → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•