Closed
Bug 993087
Opened 11 years ago
Closed 11 years ago
Incorrect SVG rendered when using filter and clip path
Categories
(Core :: SVG, defect)
Tracking
()
VERIFIED
FIXED
mozilla31
People
(Reporter: juanc, Assigned: jwatt)
References
Details
Attachments
(1 file)
|
925 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14
Steps to reproduce:
An SVG shape that has a filter and clip-path is rendered incorrectly (see attached file). I can replicate the problem in FireFox 28 in MacOS.
Actual results:
Shadow appears with wrong offset, removing clip-path from first polyline seems to fix the issue.
Expected results:
clip-path should not affect position of svg filtered content. Same page looks ok in Chrome, Safari and IE. Bug seems to be driver related as I can replicate in MacOS but not Windows (8 x64) but in other machines I can replicate in Windows.
Comment 1•11 years ago
|
||
Can you try a nightly (http://nightly.mozilla.org/). This sounds like bug 959128 which has been fixed recently.
I just tried the nightly build and it fixes the problem in MacOS. I noticed the nightly build is labeled 31.0a1, does this mean this fix will be included in version 31?
I am asking this because our product (jChartFX) renders incorrectly as of today in FF so we need to decide if we have to provide a workaround for this issue.
Comment 3•11 years ago
|
||
As you can see from bug 959128, it's being ported to aurora and beta so you won't need to wait.
Updated•11 years ago
|
Assignee: nobody → jwatt
No longer blocks: 959128
status-firefox29:
--- → fixed
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
Depends on: 959128
Target Milestone: --- → mozilla31
Comment 4•11 years ago
|
||
Marking verified based on comment 2.
Juan, can you also verify this using builds from:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/
and
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/29.0b7-candidates/build1/
Status: RESOLVED → VERIFIED
Flags: needinfo?(juanc)
Whiteboard: [good first verify]
It works fine on both versions (29.0b7 and 30.0a2). Note that I only checked on MacOS.
Flags: needinfo?(juanc)
Updated•11 years ago
|
Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•