convert html to svg with htmlsvg
htmlsvg converts your html files to svg images
Html code
xxxxxxxxxx
1
<h1 style="background-color:gray;padding:20">Hello</h1>
Svg code
xxxxxxxxxx
1
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="" id="svg" width="1320" height="182" style=""><rect class="" width="1320" height="102" x="0" y="48" fill="rgba(0, 0, 0, 0)" style="opacity: 1; border: 0px none rgb(156, 169, 179);"></rect><rect class="" width="0" height="0" x="-60" y="-836" fill="rgba(0, 0, 0, 0)" style="opacity: 1; border: 0px none rgb(156, 169, 179);"></rect><rect class="" width="1320" height="102" x="0" y="48" fill="rgb(21, 23, 25)" style="opacity: 1; border: 0px none rgb(156, 169, 179);"></rect><rect class="" width="1320" height="102" x="0" y="48" fill="rgb(128, 128, 128)" style="opacity: 1; border: 0px none rgb(236, 237, 237);"></rect><text fill="rgb(236, 237, 237)" font-family="Inter, sans-serif" font-size="52px" font-stretch="100%" font-size-adjust="none" font-variant="normal" font-weight="800" x="20" y="118">Hello</text><defs></defs></svg>