Cairo 1.4.14 (Default branch) |
|
|
Cairo is a vector graphics library with
cross-device output support. It currently
supports the X Window System and in-memory image
buffers as output targets. It is designed to
produce identical output on all output media
while taking advantage of display hardware
acceleration when available (eg. through the X
Render Extension). It provides a stateful
user-level API with capabilities similar to the
PDF 1.4 imaging model and provides operations
including stroking and filling Bezier cubic
splines, transforming and compositing
translucent images, and antialiased text
rendering.
License: GNU Lesser General Public License (LGPL)
Changes:
A regression where stroking under a large scale would sometimes incorrectly replace a miter join with a bevel join was fixed. The xlib backend was fixed to not consider recent X server releases as having a buggy repeat implementation in the Render extension. Several bugs in Cairo's PostScript output were fixed, including making the PostScript output more compatible with recent versions of Ghostscript that are more strict about Type 3 fonts.
|