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

Side by Side Diff: resources/slides_content2.lua

Issue 856353004: Fix references to https://sites.google.com/site/skiadocs/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: lua Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « make.py ('k') | site/user/quick/windows.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Skia Update 1 Skia Update
2 2
3 Skia : Access 3 Skia : Access
4 - code.google.com/p/skia 4 - https://skia.org
5 - sites.google.com/site/skiadocs 5 - https://skia.googlesource.com/skia
6 6
7 Skia : Overview 7 Skia : Overview
8 - portable graphics engine 8 - portable graphics engine
9 - 2D transformations + perspective 9 - 2D transformations + perspective
10 - primitives: text, geometry, images 10 - primitives: text, geometry, images
11 - effects: shaders, filters, antialiasing, blending 11 - effects: shaders, filters, antialiasing, blending
12 12
13 Skia : Porting 13 Skia : Porting
14 - C++ and some SIMD assembly 14 - C++ and some SIMD assembly
15 - Fonts : CoreText, FreeType, GDI, DirectWrite 15 - Fonts : CoreText, FreeType, GDI, DirectWrite
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 Skia : Roadmap - API 115 Skia : Roadmap - API
116 - Cross process support 116 - Cross process support
117 - Direct support for sRGB 117 - Direct support for sRGB
118 - Robust file format 118 - Robust file format
119 - Support PDF viewing 119 - Support PDF viewing
120 - Stable C ABI 120 - Stable C ABI
121 -- bindings for JS, Go, Python, Lua 121 -- bindings for JS, Go, Python, Lua
122 122
123 Demo 123 Demo
OLDNEW
« no previous file with comments | « make.py ('k') | site/user/quick/windows.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698