blob: a8a7748e293b453a1655bcc1a729eb7d60687a02 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Fiddle</title>
{%template "header.html" .%}
</head>
<body>
<fiddle-sk embedded width="{%.Options.Width%}" height="{%.Options.Height%}" source="{%.Options.Source%}" fiddlehash="{%.Hash%}"
{%if .Options.TextOnly%}textonly{%end%}
{%if .Options.SRGB%}srgb{%end%}
{%if .Options.F16%}f16{%end%}
{%if .Options.Animated%}animated{%end%}
duration="{%.Options.Duration%}"
>
<textarea-numbers-sk>
<textarea spellcheck="false" rows="15" cols="100">{%.Code%}</textarea>
</textarea-numbers-sk>
</fiddle-sk>
<error-toast-sk></error-toast-sk>
</body>
</html>