librsvg r1154 - trunk



Author: doml
Date: Sun Feb 24 14:44:25 2008
New Revision: 1154
URL: http://svn.gnome.org/viewvc/librsvg?rev=1154&view=rev

Log:
better comment, so that people understand what's going on in 511924


Modified:
   trunk/rsvg-cairo-draw.c

Modified: trunk/rsvg-cairo-draw.c
==============================================================================
--- trunk/rsvg-cairo-draw.c	(original)
+++ trunk/rsvg-cairo-draw.c	Sun Feb 24 14:44:25 2008
@@ -1082,6 +1082,8 @@
     rsvg_node_draw (drawable, ctx, 0);
     rsvg_state_pop (ctx);
 
+	/* no colorspace conversion necessary. this is just a convenient
+	   holder of ARGB data with a width, height, & stride */
     img = gdk_pixbuf_new_from_data (pixels,
                                     GDK_COLORSPACE_RGB,
                                     TRUE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]