[Webkit-unassigned] [Bug 261180] Fix inconsistent LengthMode definition for 'textLength'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 6 03:08:56 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=261180

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Chromium Source: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/svg/svg_text_content_element.cc;l=67?q=SVGAnimatedTextLength

and

class SVGAnimatedTextLength final : public SVGAnimatedLength {
 public:
  SVGAnimatedTextLength(SVGTextContentElement* context_element)
      : SVGAnimatedLength(context_element,
                          svg_names::kTextLengthAttr,
                          SVGLengthMode::kWidth, <----- HERE
                          SVGLength::Initial::kUnitlessZero) {}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230906/d99336fa/attachment.htm>


More information about the webkit-unassigned mailing list