[Webkit-unassigned] [Bug 261180] New: Fix inconsistent LengthMode definition for 'textLength'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 5 14:58:52 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261180
Bug ID: 261180
Summary: Fix inconsistent LengthMode definition for
'textLength'
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: sabouhallawa at apple.com, zimmermann at kde.org
Hi Team,
While going through Blink's commit, I came across another potential merge and looked in Blink's latest source code and the length is still 'Width'.
Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=189707
WebKit Source - https://github.com/WebKit/WebKit/blob/94ce519cd2eaba3a1f2f4cb9753f40c98e9d9472/Source/WebCore/svg/SVGTextContentElement.cpp#L175
>From changing:
m_textLength->setBaseValInternal(SVGLengthValue::construct(SVGLengthMode::Other
to
m_textLength->setBaseValInternal(SVGLengthValue::construct(SVGLengthMode::Width
___
Just raising so we can fix it.
Thanks!
--
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/20230905/58566090/attachment.htm>
More information about the webkit-unassigned
mailing list