Joe Gregorio | dd51aac | 2019-03-07 14:11:52 -0500 | [diff] [blame^] | 1 | /** \mainpage |
| 2 | |
| 3 | Skia is an open source 2D graphics library which provides common APIs that work |
| 4 | across a variety of hardware and software platforms. It serves as the graphics |
| 5 | engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox |
| 6 | OS, and many other products. |
| 7 | |
| 8 | Skia is sponsored and managed by Google, but is available for use by anyone |
| 9 | under the BSD Free Software License. While engineering of the core components |
| 10 | is done by the Skia development team, we consider contributions from any |
| 11 | source. |
| 12 | |
| 13 | The site you are at is the API documentation for the Skia library. Other |
| 14 | resources are: |
| 15 | |
| 16 | - Canonical source tree: |
| 17 | [skia.googlesource.com/skia](https://skia.googlesource.com/skia). |
| 18 | - Issue tracker: |
| 19 | [bug.skia.org](https://bug.skia.org/). |
| 20 | - Discussion forum: |
| 21 | [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss). |
| 22 | - Skia Fiddle: [fiddle.skia.org](https://fiddle.skia.org/c/@skcanvas_paint). |
| 23 | |
| 24 | */ |