[cairo-commit] [cairo-www] src/documentation
Carl Worth
cworth at freedesktop.org
Sun Sep 27 00:09:39 PDT 2009
src/documentation/using_the_postscript_surface.mdwn | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
New commits:
commit 1d9345689f8a336a1044a20d87d2d7018e744cac
Author: ajohnson <ajohnson at web>
Date: Sun Sep 27 00:09:39 2009 -0700
diff --git a/src/documentation/using_the_postscript_surface.mdwn b/src/documentation/using_the_postscript_surface.mdwn
index ed56dd3..1f5b656 100644
--- a/src/documentation/using_the_postscript_surface.mdwn
+++ b/src/documentation/using_the_postscript_surface.mdwn
@@ -160,16 +160,17 @@ The following table lists the features that are natively supported by the PostSc
Feature Supported
- paint/fill/stroke/show_glyphs yes, depending on pattern
- mask no
+ cairo_paint/cairo_fill/
+ cairo_stroke/cairo_show_glyphs yes, depending on pattern
+ cairo_mask no
fonts yes - some font types are converted to Type 1
- translucent colors no - opaque colors only.
+ translucent colors no, opaque colors only
images yes
linear gradients level 3 only
- radial gradients level 3 only. Only when one circle is inside the other and EXTEND is NONE or PAD
+ radial gradients level 3 only. Only when one circle is inside the other and extent is CAIRO_EXTEND_NONE or CAIRO_EXTEND_PAD
push_group/create_similar yes
CAIRO_OPERATOR_SOURCE yes
- CAIRO_OPERATOR_SOURCE yes (opaque colors only)
+ CAIRO_OPERATOR_OVER yes (opaque colors only)
all other operators no
More information about the cairo-commit
mailing list