Bug 269780
| Summary: | [Skia] Fix arcs when direction is counterclockwise or more than one arc is added to the path | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 268972 | ||
Carlos Garcia Campos
We can't use SkPath::addOval() because it closes the path, so new arcs added are not correctly handled. We also need to make the sweep angle negative when direction is counterclockwise.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/24805
EWS
Committed 275034@main (68c99280815b): <https://commits.webkit.org/275034@main>
Reviewed commits have been landed. Closing PR #24805 and removing active labels.