repo/extra/cairo
Dylan Araps 14849c1eb7
repo: check-in readmes
2021-08-26 07:22:10 +03:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build cairo: avoid chmod 2021-07-28 12:32:56 +03:00
checksums cairo: use new checksums format 2021-07-01 13:56:20 +00:00
depends cairo: fix depends 2021-08-08 21:51:40 +03:00
sources cairo: use VERSION 2021-07-15 09:56:55 +03:00
version cairo: Revert to last stable release to fix checkbox issue. Upstream is kinda dead as well. 2020-06-01 08:44:15 +03:00

README

cairo
________________________________________________________________________________

Cairo (stylized as cairo) is an open source graphics library that provides a
vector graphics-based, device-independent API for software developers. It
provides primitives for two-dimensional drawing across a number of different
backends. Cairo uses hardware acceleration when available. [0]

Upstream: https://www.cairographics.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b cairo                                                              |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Cairo_(graphics)