Bug 276471
Summary: | Missing inflatedStrokeRect in CanvasRenderingContext2DBase::strokeInternal | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
Component: | Canvas | Assignee: | Gerald Squelart <g_squelart> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 198416 | ||
Bug Blocks: |
Gerald Squelart
Bug 198416 changed the `didDraw` call inside `CanvasRenderingContext2DBase::strokeInternal`, but removed a needed `inflatedStrokeRect`.
Without it, some strokes may appear truncated in the corners (at least until the next refresh).
rdar://131084323
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/30681
EWS
Committed 280905@main (53cb4c049651): <https://commits.webkit.org/280905@main>
Reviewed commits have been landed. Closing PR #30681 and removing active labels.