RESOLVED FIXED 47409
SVG feImage needs absolute subregion for preserveAspectRatio
https://bugs.webkit.org/show_bug.cgi?id=47409
Summary SVG feImage needs absolute subregion for preserveAspectRatio
Dirk Schulze
Reported 2010-10-08 05:09:14 PDT
SVG feImage needs the subregion in absolute coordinates to determine the correct destination position and size. I have a fix for this.
Attachments
Patch (64.76 KB, patch)
2010-10-08 05:28 PDT, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2010-10-08 05:28:31 PDT
Nikolas Zimmermann
Comment 2 2010-10-08 06:04:05 PDT
Comment on attachment 70228 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70228&action=review > WebCore/platform/graphics/filters/FilterEffect.h:46 > +enum FilterEffectType { > + unknownEffectType, > + feImage, > + feTile, > + sourceInput This is ugly and doesn't conform to the style guide (style bot doesn't check this). "Enum members should user InterCaps with an initial capital letter." Also these names are confusing. FilterEffectTypeUnknown, FilterEffectTypeImage, FilterEffectTypeTile, FilterEffectTypeSourceInput The rest looks good. Except the name for the test directory, I'd prefer LayoutTest/svg/W3C-SVG-1.1-SE/ (capital SE). Please fix before landing.
Dirk Schulze
Comment 3 2010-10-08 12:41:29 PDT
Note You need to log in before you can comment on or make changes to this bug.