Skip to content

Remove SVG elements <hatch> and <hatchpath> - #15856

Merged
sideshowbarker merged 1 commit into
mdn:mainfrom
bershanskiy:remove-svg-hatch-hatchpath
Apr 18, 2022
Merged

Remove SVG elements <hatch> and <hatchpath>#15856
sideshowbarker merged 1 commit into
mdn:mainfrom
bershanskiy:remove-svg-hatch-hatchpath

Conversation

@bershanskiy

@bershanskiy bershanskiy commented Apr 16, 2022

Copy link
Copy Markdown
Contributor

Summary

Remove SVG elements <hatch> and <hatchpath> which are non-standard and as far as I know were never implemented by any browser.

Test results and supporting details

SVG elements <hatch> and <hatchpath> were removed from SVG spec in 2018 with statement "Deferred hatch and hatchpath elements to a future version of SVG."

MDN has a test/demo here. The demo does not work, of course.

According to my personal (not informed) opinion, these elements are not likely to be ever implemented, since developers already can create hatch patterns with <path>, <pattern> and <mask>. Perhaps, we could ping someone knowledgeable?

Related issues

@github-actions github-actions Bot added the data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG label Apr 16, 2022
@sideshowbarker
sideshowbarker merged commit 0156a30 into mdn:main Apr 18, 2022
@bershanskiy
bershanskiy deleted the remove-svg-hatch-hatchpath branch April 18, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants