From: Joe Gregorio Date: Fri, 9 Dec 2016 16:27:30 +0000 (-0500) Subject: docs: Use the new floating ment on skpaint.md X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~1293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87da4efd63ae388e063cd88696addc1526d8460b;p=platform%2Fupstream%2FlibSkiaSharp.git docs: Use the new floating ment on skpaint.md Screenshot: https://screenshot.googleplex.com/C3E0hpuNwdu.png https://screenshot.googleplex.com/vdfQMRc24Nv.png BUG=skia: NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=5757 Change-Id: I00b1bb01cab05592d19f020f3190576bf7907aa2 Reviewed-on: https://skia-review.googlesource.com/5757 Reviewed-by: Hal Canary Commit-Queue: Joe Gregorio --- diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md index a9b2c93..939e8a3 100644 --- a/site/dev/tools/markdown.md +++ b/site/dev/tools/markdown.md @@ -419,3 +419,20 @@ Output: <p>For example.</p> </blockquote> + +### Floating Menu ### + +To create a floating menu for a single page that always appears +in the upper right hand corner of the page, use a `div` with a +class of "float", for example: + + + diff --git a/site/user/api/skpaint.md b/site/user/api/skpaint.md index 2498034..48f8458 100644 --- a/site/user/api/skpaint.md +++ b/site/user/api/skpaint.md @@ -1,14 +1,20 @@ SkPaint ======= + *color, stroke, font, effects* -- [SkXfermode](#SkXfermode) - transfer modes -- [ShShader](#ShShader) - gradients and patterns -- [SkMaskFilter](#SkMaskFilter) - modifications to the alpha mask -- [SkColorFilter](#SkColorFilter) - modify the source color before applying the -- [SkPathEffect](#SkPathEffect) - modify to the geometry before it - generates an alpha mask. + + Anytime you draw something in Skia, and want to specify what color it is, or how it blends with the background, or what style or font to @@ -236,9 +242,9 @@ with a vertical alpha gradient. - + -ShShader +SkShader -------- Several shaders are defined (besides the linear gradient already mentioned):