[Webkit-unassigned] [Bug 114579] REGRESSION: Artifacts when scaling non-scaling-strokes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 09:22:28 PDT 2022


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

--- Comment #8 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #7)
> I am still able to reproduce the following bug in Safari 15.5. It seems to
> be fixed in following Chrome bug:
> 
> Link - http://crbug.com/232890

Chrome did the changes in this commit:

https://src.chromium.org/viewvc/blink?revision=149058&view=revision

and it modified following:

https://github.com/WebKit/WebKit/blob/ff25888b2eef782128acebdc87e973415f7d82d4/Source/WebCore/svg/SVGSVGElement.cpp#L379

^ which is same as Chromium / Blink patch but Safari does not have this in SVGSVGElement.h:

bool hasEmptyViewBox() const { return viewBoxIsValid() && viewBox().isEmpty(); }

but it is is present here:

https://github.com/WebKit/WebKit/blob/e98ff129bc8eba06ac17105f19c5f0e142aab853/Source/WebCore/svg/SVGFitToViewBox.h#L58

-- 
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/20221010/bcb6d8f5/attachment.htm>


More information about the webkit-unassigned mailing list