Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
764ea792016d0b346c831ccfe5e892d8b99ad2d4
/
.
/
experimental
/
SkV8Example
/
compare
/
gears.html
blob: a53789c9dc64894f332ab7ab92b8b9973817f14a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Gears
</title>
<meta
charset
=
"utf-8"
/>
</head>
<body>
<canvas
id
=
gears
width
=
500
height
=
500
>
<script
src
=
"../gears.js"
type
=
"text/javascript"
charset
=
"utf-8"
></script>
</body>
</html>