aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/index.md
blob: c27bd6110244e33add846194c7ffe6afe63165da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
User Documentation
==================

If you want to write code that uses the Skia library, this is the place for you.

The Skia graphics library can be used for drawing Text, Geometries, and Images:

  * 3x3 matrices w/ perspective
  * antialiasing, transparency, filters
  * shaders, xfermodes, maskfilters, patheffects
  * subpixel text

Device backends for Skia currently include:

  * Raster
  * OpenGL
  * PDF
  * XPS
  * SVG
  * Picture (for recording and then playing back into another Canvas)