Skip to content

Commit

Permalink
Restore image element under svg element
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgStilla committed Feb 27, 2024
1 parent 451a8f2 commit 5dad13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/elements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ builder_constructors! {
// /// Build a
// /// [`<image>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image)
// /// element.
// image "http://www.w3.org/2000/svg" {};
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 5dad13a

Please sign in to comment.