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