| OLD | NEW |
| 1 Skia Graphics Library | 1 Skia Graphics Library |
| 2 ===================== | 2 ===================== |
| 3 | 3 |
| 4 Skia is an open source 2D graphics library which provides common APIs that work | 4 Skia is an open source 2D graphics library which provides common APIs that work |
| 5 across a variety of hardware and software platforms. It serves as the graphics | 5 across a variety of hardware and software platforms. It serves as the graphics |
| 6 engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox | 6 engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox |
| 7 OS, and many other products. | 7 OS, and many other products. |
| 8 | 8 |
| 9 Skia is sponsored and managed by Google, but is available for use by anyone | 9 Skia is sponsored and managed by Google, but is available for use by anyone |
| 10 under the BSD Free Software License. While engineering of the core components | 10 under the BSD Free Software License. While engineering of the core components |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 </td> | 55 </td> |
| 56 <td> | 56 <td> |
| 57 <a href='https://fiddle.skia.org/c/@shader'><img src='https://fiddle.skia.
org/i/@shader_raster.png'></a> | 57 <a href='https://fiddle.skia.org/c/@shader'><img src='https://fiddle.skia.
org/i/@shader_raster.png'></a> |
| 58 </td> | 58 </td> |
| 59 </tr> | 59 </tr> |
| 60 </table> | 60 </table> |
| 61 | 61 |
| 62 Roadmap | 62 Roadmap |
| 63 ------- | 63 ------- |
| 64 For a look at high level items we have on tap the next 6-12 months, view our | 64 For a look at high level items we have on tap the next 6-12 months, view our |
| 65 roadmap [here](https://docs.google.com/document/d/1jb9XcGpi0EpvJcxttHjo5OkIHljRR
xAEfIhoxRUut4I). | 65 roadmap [here](https://docs.google.com/document/d/1C9w8qpPpdgNGThqmgNnTToLZ5UYK4
TsUGl5X3B_q6oM/edit?usp=sharing). |
| 66 Note it is a living document that changes based on the requirements of our users
. | 66 Note it is a living document that changes based on the requirements of our users
. |
| 67 | 67 |
| 68 Recent Highlights | |
| 69 ----------------- | |
| 70 See a summary of recent changes to the library [here](https://docs.google.com/a/
skia.org/document/d/1Q4-YN8wDY9Q3L7gkqOJmmCLM73dj3tr9epUHL1vMZm4). | |
| 71 | |
| OLD | NEW |