| 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 |
| 11 is done by the Skia development team, we consider contributions from any | 11 is done by the Skia development team, we consider contributions from any |
| 12 source. | 12 source. |
| 13 | 13 |
| 14 The canonical source tree is here: | 14 * Canonical source tree: |
| 15 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). | 15 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). |
| 16 * Issue tracker: |
| 17 [bug.skia.org](https://bug.skia.org/). |
| 18 * Discussion forum: |
| 19 [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia
-discuss). |
| 16 | 20 |
| 17 Showcase | 21 Showcase |
| 18 -------- | 22 -------- |
| 19 | 23 |
| 20 Click on any image below to see the source code that generated the image. | 24 Click on any image below to see the source code that generated the image. |
| 21 <table> | 25 <table> |
| 22 <tr><th>Shapes</th><th>Bézier Curves</th></tr> | 26 <tr><th>Shapes</th><th>Bézier Curves</th></tr> |
| 23 <tr> | 27 <tr> |
| 24 <td> | 28 <td> |
| 25 <a href='https://fiddle.skia.org/c/@shapes'><img src='https://fiddle.skia.
org/i/@shapes_raster.png'></a> | 29 <a href='https://fiddle.skia.org/c/@shapes'><img src='https://fiddle.skia.
org/i/@shapes_raster.png'></a> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 </td> | 62 </td> |
| 59 </tr> | 63 </tr> |
| 60 </table> | 64 </table> |
| 61 | 65 |
| 62 Roadmap | 66 Roadmap |
| 63 ------- | 67 ------- |
| 64 For a look at high level items we have on tap the next 6-12 months, view our | 68 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/1C9w8qpPpdgNGThqmgNnTToLZ5UYK4
TsUGl5X3B_q6oM/edit?usp=sharing). | 69 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
. | 70 Note it is a living document that changes based on the requirements of our users
. |
| 67 | 71 |
| OLD | NEW |