Skip to content
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

Added Href property to SvgFilter class #679

Merged
merged 2 commits into from
Feb 25, 2020

Conversation

wieslawsoltes
Copy link
Contributor

Reference Issue

What does this implement/fix? Explain your changes.

Added Href property to SvgFilter class

xlink:href = "<iri>"
An IRI reference to another ‘filter’ element within the current SVG document fragment. Any attributes which are defined on the referenced ‘filter’ element which are not defined on this element are inherited by this element. If this element has no defined filter nodes, and the referenced element has defined filter nodes (possibly due to its own ‘xlink:href’ attribute), then this element inherits the filter nodes defined from the referenced ‘filter’ element. Inheritance can be indirect to an arbitrary level; thus, if the referenced ‘filter’ element inherits attributes or its filter node specification due to its own ‘xlink:href’ attribute, then the current element can inherit those attributes or filter node specifications.
Animatable: yes.

https://www.w3.org/TR/SVG11/filters.html#FilterElement

Any other comments?

@mrbean-bremen mrbean-bremen merged commit cb7a5a1 into svg-net:master Feb 25, 2020
@wieslawsoltes wieslawsoltes deleted the FilterHrefProperty branch April 15, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants