Skip to content

icodejs/html5Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html5Animation

HTML5 canvas tests.

Notes

CanvasRenderingContext2D

  • canvas: +
  • fillStyle: "#000000"
  • font: "10px sans-serif"
  • globalAlpha: 1
  • globalCompositeOperation: "source-over"
  • lineCap: "round"
  • lineJoin: "miter"
  • lineWidth: 20
  • miterLimit: 10
  • shadowBlur: 0
  • shadowColor: "rgba(0, 0, 0, 0)"
  • shadowOffsetX: 0
  • shadowOffsetY: 0
  • strokeStyle: "#ff0000"
  • textAlign: "start"
  • textBaseline: "alphabetic"
  • webkitBackingStorePixelRatio: 1
  • webkitImageSmoothingEnabled: true

About

Repo for testing HTML5 canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published