Skip to content
Gallery
Codapen
Share
Explore
Database

icon picker
DB Templates

DB Templates
Name
Value
1
SVG root
<svg width="{4}" height="{5}" viewBox="0,0,{6},{7}" xmlns="http://www.w3.org/2000/svg">

<style>
{1}
</style>

<foreignObject x="0" y="0" width="100%" height="100%">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{3}</title>
</head>
<body>
{2}
</body>
</html>

</foreignObject>
</svg>
2
Code block

There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.