Skip to content

Instantly share code, notes, and snippets.

@mjohnston
mjohnston / index.html
Last active April 19, 2021 10:58
Add to homescreen test
<!DOCTYPE html>
<!--
Copyright 2014 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
@mjohnston
mjohnston / canvas-drawimage.html
Last active August 29, 2015 14:16
Canvas drawImage() benchmark
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<title>drawImage() test</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
@mjohnston
mjohnston / canvas-scroll.html
Created February 12, 2015 17:47
Canvas scrolling accessibility demo
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
height: 100%;