Bug 262822
Summary: | Inline stroking a single PathSegment | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | REOPENED | ||
Severity: | Normal | CC: | bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 263452 | ||
Bug Blocks: |
Said Abou-Hallawa
Like what we do for the single-PathDataLine path, other single-segment path cases should be handled. Instead of sending a separate SetState message in addition to the StrokePath to GPUP, we can piggyback the stroke width and color to the StrokePath or StrokePathSegment messages.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
rdar://116264934
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/18797
EWS
Committed 269504@main (3e6f143c6278): <https://commits.webkit.org/269504@main>
Reviewed commits have been landed. Closing PR #18797 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 263452