diff options
author | maruel@google.com <maruel@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-01-13 22:01:54 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-01-13 22:01:54 +0000 |
commit | 343cf1e2ea4bc9b861bc77b84ce56e6c55277b0f (patch) | |
tree | 7d3c0f71f1da9108068f043871ac708def10014e /README | |
parent | 0becfc5b7608ba67a4c98721cd61939e89ac5653 (diff) |
Add a basic README file.
git-svn-id: http://skia.googlecode.com/svn/trunk@64 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000000..720792ceba --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. + +- 3x3 matrices w/ perspective +- antialiasing, transparency, filters +- shaders, xfermodes, maskfilters, patheffects |