hue-rotate() filter function. Add SVG back in.#24968
Merged
Conversation
Contributor
|
Preview URLs Flaws (1)URL:
(comment last updated: 2023-03-01 23:40:18) |
teoli2003
suggested changes
Mar 2, 2023
Contributor
teoli2003
left a comment
There was a problem hiding this comment.
One flaw fixing and this is good to go.
|
|
||
| {{EmbedLiveSample('With_the_filter_property','100%','220')}} | ||
|
|
||
| ### With url() and the SVG hue-rotate filter |
Contributor
There was a problem hiding this comment.
For the context here. At the OWD meeting yesterday (Ruth and Bryan are in) we reached the following consensus:
- Fundamentally this should be elsewhere under SVG
- It is too much work (and a rabbit hole) to get the SVG pages in a good enough shape so that can be moved there
- We don't want to lose this data
So we decided to allow this here for now. When the SVG filter area will be in a better shape this can be moved.
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SVG equivalents were removed from the
filterproperty page. We don't want to lose the information while we wait for the SVG section to get some love, so including the SVG as a tertiary example here until we have a better home for it.