Skip to content

Commit

Permalink
Merge pull request #1985 from fdgStilla/fix-svg-image
Browse files Browse the repository at this point in the history
Restore image element under svg element
  • Loading branch information
jkelleyrtp authored Feb 29, 2024
2 parents b266f5d + f7209e1 commit d9cb6dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/html/src/elements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9cb6dd

Please sign in to comment.