<div dir="ltr"><div><div>Hello, <br><br></div>What would be the syntax for rendering SVG in urweb? I did a test using:<br><br>fun main () = return <xml><br>  <head><br>    <title>Pattern Maker</title><br>  </head><br><br>  <body><br>      <svg height="210" width="500"><br>        <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" /><br>      </svg><br>  </body><br><br><br></div>but this doesn't seem to work.<br><br><br></div>