Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: site/user/index.md

Issue 835083003: First set of minimal docs for the new Markdown server. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix skia doc links Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/user/download.md ('k') | site/user/issue-tracker.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/index.md
diff --git a/site/user/index.md b/site/user/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..5fb51e8898e0ec2e04a57d3843ea83e52cd2ed02
--- /dev/null
+++ b/site/user/index.md
@@ -0,0 +1,20 @@
+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
+ * Picture (for recording and then playing back into another Canvas)
+
« no previous file with comments | « site/user/download.md ('k') | site/user/issue-tracker.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698