-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are reftests of vector effects of svg 2 other than non scaling stroke. #13302
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the flags and assertion comments (which apply to all the tests) these look good to me.
<html:link rel="help" | ||
href="https://svgwg.org/svg2-draft/coords.html#VectorEffects"/> | ||
<html:link rel="match" href="ve-fixedPosition1-ref.svg" /> | ||
<metadata class="flags">TOKENS</metadata> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<metadata class="flags">TOKENS</metadata> | |
Either use specific tokens for the flags or, if none are needed, remove the metadata element
href="https://svgwg.org/svg2-draft/coords.html#VectorEffects"/> | ||
<html:link rel="match" href="ve-fixedPosition1-ref.svg" /> | ||
<metadata class="flags">TOKENS</metadata> | ||
<desc class="assert">TEST ASSERTION</desc> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly, either remove the assertion or (better) describe in prose what specifically each test is testing. In this case the title is pretty descriptive so I would just remove the assertion.
This is a pull request that solved issues pointed out on #12712