gecko-dev/gfx/cairo
tor%cs.brown.edu 11e3dc6ca4 Bug 288498 - Prevent SVG DOS with dasharray 2005-03-31 20:14:05 +00:00
..
cairo Bug 288498 - Prevent SVG DOS with dasharray 2005-03-31 20:14:05 +00:00
libpixman Bug 288193 - add AIX back to tests for stdint.h/inttypes.h. 2005-03-29 20:53:07 +00:00
README Bug 288498 - Prevent SVG DOS with dasharray 2005-03-31 20:14:05 +00:00
dash-dos.diff Bug 288498 - Prevent SVG DOS with dasharray 2005-03-31 20:14:05 +00:00
quartz.diff Bug 287594 - cairo quartz bustage due to 0.4.0 landing. 2005-03-24 19:46:53 +00:00
stdint.diff Bug 288193 - add AIX back to tests for stdint.h/inttypes.h. 2005-03-29 20:53:07 +00:00
stroke-extent.diff Bug 285475 - fix cairo calculation of stroke extents on lines with caps. 2005-03-30 17:32:16 +00:00
subdirs.diff Bug 287416 - update to libpixman 0.1.4, cairo 0.4.0. 2005-03-23 19:53:40 +00:00
xlib.diff Bug 287021 - cairo solaris bustage. Patch by Egon.Nijns@bib.kuleuven.ac.be. 2005-03-24 15:59:06 +00:00

README

Snapshots of cairo and libpixman for mozilla usage.  Where possible,
these should be official releases from the cairo project as-is.  If
changes are necessary, they should be documented below and the patch
file included in this directory.

VERSIONS:

  cairo 0.4.0
  libpixman 0.1.4

PATCHES:

  subdirs.diff - don't build test/ or doc/.

  stdint.diff - select between inttypes.h and stdint.h for AIX.

  quartz.diff - update cairo quartz/atsui backend for 0.4.0, reenable.

  xlib.diff - include X11/xlib.h in cairo-xlib.h - needed for Solaris.

  stroke-extent.diff - fix calculation of stroke extents.

  dash-dos.diff - prevent DOS attack with dasharray.