From 466e8fe1e02c06f68f57d820de4f5164cdbf8316 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Mon, 29 Mar 2010 20:48:28 +0000 Subject: [PATCH] Added description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297108 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cairo/cairosurface.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/cairo/cairosurface.xml b/reference/cairo/cairosurface.xml index f51a6f4684..34ad47b610 100644 --- a/reference/cairo/cairosurface.xml +++ b/reference/cairo/cairosurface.xml @@ -12,7 +12,9 @@
&reftitle.intro; - Description of the class. + This is the base-class for all other Surface types. + + CairoSurface is the abstract type representing all different drawing targets that cairo can render to. The actual drawings are performed using a CairoContext.