[webkit-changes] [WebKit/WebKit] ea8fdd: Typos in SVG code where transfrom is used instead ...

Karl Dubost noreply at github.com
Tue Jan 30 04:49:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ea8fdd5062a82505a65ddbd92544140b059f32e9
      https://github.com/WebKit/WebKit/commit/ea8fdd5062a82505a65ddbd92544140b059f32e9
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)

  Changed paths:
    M Source/WebCore/svg/SVGAnimateTransformElement.cpp
    M Source/WebCore/svg/SVGTransformList.cpp
    M Source/WebCore/svg/SVGTransformValue.h

  Log Message:
  -----------
  Typos in SVG code where transfrom is used instead of transform
https://bugs.webkit.org/show_bug.cgi?id=268354
rdar://121899918

Reviewed by Simon Fraser and Tim Horton.

This is a simple ifx for strings with typo where 'transfrom' has been
used instead of 'transform'.

* Source/WebCore/svg/SVGAnimateTransformElement.cpp:
(WebCore::SVGAnimateTransformElement::animateRangeString const):
* Source/WebCore/svg/SVGTransformList.cpp:
(WebCore::SVGTransformList::valueAsString const):
* Source/WebCore/svg/SVGTransformValue.h:
(WebCore::SVGTransformValue::valueAsString const):
(WebCore::SVGTransformValue::prefixForTransformType):
(WebCore::SVGTransformValue::prefixForTransfromType): Deleted.

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




More information about the webkit-changes mailing list