Merge pull request #1985 from fdgStilla/fix-svg-image

Restore image element under svg element
This commit is contained in:
Jonathan Kelley 2024-02-29 12:31:59 -08:00 committed by GitHub
commit d9cb6dd1ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1613,10 +1613,10 @@ builder_constructors! {
/// element.
hatchpath "http://www.w3.org/2000/svg" {};
// /// Build a
// /// [`<image>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image)
// /// element.
// image "http://www.w3.org/2000/svg" {};
/// Build a
/// [`<image>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image)
/// element.
image "http://www.w3.org/2000/svg" {};
/// Build a
/// [`<line>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line)