1User Documentation 2================== 3 4If you want to write code that uses the Skia library, this is the place for you. 5 6The Skia graphics library can be used for drawing Text, Geometries, and Images: 7 8 * 3x3 matrices w/ perspective 9 * antialiasing, transparency, filters 10 * shaders, xfermodes, maskfilters, patheffects 11 * subpixel text 12 13Device backends for Skia currently include: 14 15 * Raster 16 * OpenGL 17 * PDF 18 * XPS 19 * Picture (for recording and then playing back into another Canvas) 20 21