Examples from uuCanvas.js
These examples are originally distributed at uuCanvas.js project page under the MIT License & Apache License 2.0.
| 1.2 Resize canvas | Base Matrix |
| 2.1 fillRect(), strokeRect(), clearRect() | Base Matrix |
| 2.2 moveTo() | Base Matrix |
| 2.3 lineTo() | Base Matrix |
| 2.4 arc() | Base Matrix |
| 2.5 quadraticCurveTo() | Base Matrix |
| 2.6 bezierCurveTo() | Base Matrix |
| 2.7 Combined | Base Matrix |
| 2.8 clearRect() | Base Matrix |
| 3.1 drawImage(HTMLImageElement) | Base Matrix |
| 3.2 drawImage(HTMLImageElement) + tile | Base Matrix Alpha |
| 3.3 drawImage(HTMLImageElement) + 9 args | Base Matrix Clip |
| 3.4 Gallery | Base Matrix |
| 3.5 drawImage(HTMLCanvasElement) | Base Matrix |
| 4.1 fillStyle | Base Matrix |
| 4.2 strokeStyle | Base Matrix |
| 4.3 globalAlpha | Base Matrix |
| 4.4 rgba(255,255,255,1.0) color | Base Matrix |
| 4.4.1 rgba(100%,100%,100%,1.0) color | Base |
| 4.5 lineWidth | Base Matrix |
| 4.6 lineCap | Base |
| 4.7 lineJoin | Base |
| 4.8 miterLimit | Base |
| 4.9 createLinearGradient() | Base Matrix |
| 4.10 createRadialGradient() | Base Matrix Stroke |
| 4.11 createPattern() | Base Matrix Stroke |
| 4.12 Gradient + Pattern | Base Matrix |
| 5.1 save() + restore() | Base |
| 5.1.1 save() + restore() + font + shadow | Base |
| 5.2 translate() | Base |
| 5.3 rotate() | Base |
| 5.4 scale() | Base |
| 5.5 transform() | Base |
| 6.1 globalCompositeOperation | Base Stroke Gradient |
| 6.2 clip() | Base |
| 7.2 animation | Base |
| 8.1 fillText() + strokeText() | Base Matrix |
| 8.2 measureText() | Base Matrix |
| 8.3 textAlign | Base Matrix rtl |
| 8.4 textBaseline | Base |
| 8.5 fillText() + font | Base |
| 8.6 strokeText() + font | Base |
| 8.7 font, fontFamily | Base Align |
| 9.1 fillText() + shadow | Base Matrix Alpha Alpha+Matrix |
| 9.1.1 shadowOffsetX, shadowOffsetY, shadowBlur | Base |
| 9.1.2 createPattern() + shadow | Base |
| 9.1.3 Gradient + shadow | Linear Radial |
| 9.2 fill() + shadow | Base Alpha |
| 9.3 stroke() + shadow | Base Matrix |
| 9.4 drawImage() + shadow | Base Matrix Pattern Pattern+Matrix |
| 10.1 shadow param | Base |
| 10.2 long shadow | Base |