[webkit-changes] [WebKit/WebKit] 036085: REGRESSION: SVGMaskElement maskUnits/maskContentUn...

Nikolas Zimmermann noreply at github.com
Tue Jun 13 15:38:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 03608538134cc6a2bf14ca5359ad1d6ae020fcf6
      https://github.com/WebKit/WebKit/commit/03608538134cc6a2bf14ca5359ad1d6ae020fcf6
  Author: Nikolas Zimmermann <nzimmermann at igalia.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M Source/WebCore/svg/SVGMaskElement.cpp

  Log Message:
  -----------
  REGRESSION: SVGMaskElement maskUnits/maskContentUnits dynamic updates broken
https://bugs.webkit.org/show_bug.cgi?id=258020

Reviewed by Chris Dumez.

Fix the last two remaining issues with tests in svg/dynamic-updates:
SVGMaskElement maskUnits/maskContentUnits updates did not cause any visual effect.

Remove early returns, to assure SVGElement::attributeChanged() gets called
in SVGMaskElement::attributeChanged().

Covered by existing tests.

* Source/WebCore/svg/SVGMaskElement.cpp:
(WebCore::SVGMaskElement::attributeChanged):

Canonical link: https://commits.webkit.org/265137@main




More information about the webkit-changes mailing list