Bug 249813
| Summary: | Computed value for stroke-dasharray should be in px | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | CSS | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=251495 | ||
| Bug Depends on: | |||
| Bug Blocks: | 175733 | ||
Chris Dumez
Computed value for stroke-dasharray should be in px:
- https://svgwg.org/svg2-draft/painting.html#StrokeDashing
Previously, we would only convert other length units to px when applied to a SVG element, not for other kinds of elements.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8024
EWS
Committed 258300@main (a618c9c0e8e3): <https://commits.webkit.org/258300@main>
Reviewed commits have been landed. Closing PR #8024 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103672376>
Antoine Quint
Values using the "em" unit computed to "0px", see bug 251495.