How To Install Pycairo Python

1026

Pycairo is a Python module providing bindings for the. It depends on cairo = 1.13.1 and works with Python 2.7+ as well as Python 3.3+. Pycairo, including this documentation, is licensed under the LGPLv2.1 as well as the MPLv1.1. The Pycairo bindings are designed to match the cairo C API as closely as possible, and to deviate only in cases which are clearly better implemented in a more ‘Pythonic’ way. Features of the Pycairo bindings:. Provides an object oriented interface to cairo.

How To Install Pycairo Python

Queries the error status of objects and translates them to exceptions. Provides a C API that can be used by other Python extensions. Import cairo surface = cairo. SVGSurface ( 'example.svg', 200, 200 ) context = cairo. Context ( surface ) x, y, x1, y1 = 0.1, 0.5, 0.4, 0.9 x2, y2, x3, y3 = 0.6, 0.1, 0.9, 0.5 context. Scale ( 200, 200 ) context. Setlinewidth ( 0.04 ) context.

Pycairo is a Python module providing bindings for the cairo graphics library. It depends on cairo >= 1.13.1 and works with Python 2.7+ as well as Python 3.3+. Pycairo, including this documentation, is licensed under the LGPLv2.1 as well as the MPLv1.1. The Pycairo bindings are designed to match the cairo C API as closely. Pycairo is a Python module providing bindings for the cairo graphics library. It depends on cairo = 1.13.1 and works with Python 2.7+ as well as Python 3.5+. Pycairo, including this documentation, is licensed under the LGPLv2.1 as well as the MPLv1.1.

Moveto ( x, y ) context. Curveto ( x1, y1, x2, y2, x3, y3 ) context.

Stroke context. Setsourcergba ( 1, 0.2, 0.2, 0.6 ) context. Setlinewidth ( 0.02 ) context. Moveto ( x, y ) context. Lineto ( x1, y1 ) context. Moveto ( x2, y2 ) context.

How To Install Python Modules

How

Lineto ( x3, y3 ) context. Stroke surface. Finish If Pycairo is not what you need, have a look at, which is an API compatible package using or, which is using and provides a more “pythonic” API with less focus on matching the cairo C API. For more information visit File Type Py Version Uploaded on Size Source 2018-01-30 174KB.

Python

How To Install Python Library

Author: Christoph Reiter. Home Page:. Categories.

Package Index Owner: stuaxo, lazka. record.

This entry was posted on 26.10.2019.