Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 03608538134cc6a2bf14ca5359ad1d6ae020fcf6
      
https://github.com/WebKit/WebKit/commit/03608538134cc6a2bf14ca5359ad1d6ae020fcf6
  Author: Nikolas Zimmermann <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to