blob: 49db49c8af43ea8ccf2f6a395d90f3b685ce9699 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Fiddle</title>
{%template "header.html" .%}
</head>
<body>
<fiddle-sk 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%}
>
<textarea-numbers-sk>
<textarea spellcheck="false" rows="15" cols="80">{%.Code%}</textarea>
</textarea-numbers-sk>
</fiddle-sk>
<error-toast-sk></error-toast-sk>
</body>
</html>