mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 07:00:24 +01:00
read-only mirror of https://gitlab.freedesktop.org/cairo/cairo
Add cairo_stroke_preserve, cairo_fill_preserve, and cairo_clip_preserve. Rip the path out of cairo_gstate_t. Add path to cairo_t. Bring in most of the path code that used to live in cairo-gstate.c Move arc generation code into its own file. Accept path+ctm_inverse+tolerance instead of gstate. Absorb flattening and device space->user space conversion that used to be in _cairo_gstate_intepret_path. Prefer cairo_fixed_t parameters over ciaro_point_t for cross-file interfaces. Track changes in _cairo_path_fixed interfaces. Port to use cairo_fill_preserve rather than cairo_save/cairo_restore which no longer work for saving the path. Remove get and set of current point since it is no longer affected by cairo_save and cairo_restore. Add get and set testing for cairo_matrix_t. |
||
|---|---|---|
| doc | ||
| pixman | ||
| src | ||
| test | ||
| util | ||
| .cvsignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| autogen.sh | ||
| BUGS | ||
| cairo.pc.in | ||
| ChangeLog | ||
| configure.in | ||
| COPYING | ||
| COPYING-LGPL-2.1 | ||
| COPYING-MPL-1.1 | ||
| gtk-doc.make | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| RELEASING | ||
| ROADMAP | ||
| TODO | ||
Cairo - Multi-platform 2D graphics library http://cairographics.org Compiling --------- See the INSTALL document for build instructions. Description ----------- Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo 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). Cairo provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering. Cairo was once named Xr, (or Xr/Xc), so if you came looking for that software, you've found it. Dependencies ------------ Cairo currently requires the following supporting libraries: libpixman Xft2 fontconfig freetype2 Documentation ------------- There's not much documentation yet apart from the cairo.h header file. We'll be correcting that shortly. In the meantime, the cairo-demo module in CVS provides a few example programs using cairo. These may be helpful to a programmer just beginning with cairo. Also, familiarity with the PostScript imaging model will help in understanding cairo. History ------- Cairo was originally developed by Carl Worth <cworth@cworth.org> and Keith Packard <keithp@keithp.com>. Many thanks are due to Lyle Ramshaw without whose patient help our ignorance would be much more apparent. Mailing List ------------ If you have trouble with cairo or you have some ideas for how it could be improved, please feel free to send a message to cairo@cairographics.org Cairo is still under active development and all discussion happens on that list. So if you want to lurk or, (even better), take part in the development, take a look. Subscription information and archives are available: http://cairographics.org/cgi-bin/mailman/listinfo/cairo