stroke-miterlimit minimum should now be 0 instead of 1
Categories
(Core :: SVG, defect, P3)
Tracking
()
People
(Reporter: ericwilligers, Assigned: violet.bugreport, Mentored)
References
Details
Attachments
(1 file)
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
SVG2 permits stroke-miterlimit to be between 0 and 1, which is also implemented
in other browsers. Our previous parser didn't allow stroke-miterlimit to be
smaller than 1. We relax this limitation to satisfy SVG2.
Comment 5•6 years ago
|
||
Hi Violet, and welcome. Thanks for the patch. :)
Comment 6•6 years ago
|
||
Won't this patch need wpt changes as we'll get more passes there. Do you need this sending to the try server?
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Looks like there's a try failure in 14. Can you fix it?
| Assignee | ||
Comment 9•6 years ago
|
||
Sorry for the delay, I didn't seem to get notifications about your comments, perhaps you forgot to needinfo me...
I've fixed the test 14 in layout/style. But there're 2 wpt tests that are deliberately configured as "expect to fail", now it should pass and it actually passes, so it's becoming "UNEXPECTED-PASS". Do you know how it is configured that way? I couldn't find a clue in the test file, it must be in some config stuff.
Comment 10•6 years ago
|
||
You need to delete these files: https://searchfox.org/mozilla-central/source/testing/web-platform/meta/svg/painting/parsing/stroke-miterlimit-computed.svg.ini and https://searchfox.org/mozilla-central/source/testing/web-platform/meta/svg/painting/parsing/stroke-miterlimit-valid.svg.ini
If there were remaining failures you'd just edit the files but I belive there aren't so you can just remove the files altogether.
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 11•6 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
Comment 12•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7c0393c88d68fc52066332e76549191fb861b208
if this passes I'll land it.
Comment 13•6 years ago
|
||
Comment 15•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Updated•6 years ago
|
Description
•