Closed Bug 844634 Opened 11 years ago Closed 11 years ago

animation of "radius" attribute of feMorphology results in no rendering at all

Categories

(Core :: SVG, defect)

19 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 738574

People

(Reporter: lars.sonchocky-helldorf, Unassigned)

Details

Attachments

(1 file)

Attached image test-mozilla.svg
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331

Steps to reproduce:

I created a SVG file which contains the following filter declaration:
<feMorphology operator = "dilate" radius = "3">  
<animate attributeName = "radius" dur = "30s" values = "10 10; 0 0; 0 0; 0 0; 0 0; 0 0; 0 0" keyTimes = "0; .13; .2; .33; .47; .67; 1" />
</feMorphology>

see also the attached file for reference


Actual results:

As soon as the feMorphology filter element contain the animate tag nothing more is rendered


Expected results:

The attribute should be animated as Google Chrome does it. So if you want to see how it should look like use Google Chrome.
Component: Untriaged → SVG
Product: Firefox → Core
feMorphology works perfectly well. It's <use> that's the problem. We don't propagate the animation to the <use> instances.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: