Browse Source

Restore image element under svg element

Florian de Gaulejac 1 year ago
parent
commit
5dad13ac74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/html/src/elements.rs

+ 1 - 1
packages/html/src/elements.rs

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