|
From: <and...@us...> - 2008-09-04 19:06:02
|
Revision: 8748
http://plplot.svn.sourceforge.net/plplot/?rev=8748&view=rev
Author: andrewross
Date: 2008-09-04 19:06:12 +0000 (Thu, 04 Sep 2008)
Log Message:
-----------
ANR for Hezekiah Carty. Fix two errors with comments in cairo driver.
These are ifdef'd out unless the extcairo driver is enabled - hence
no-one has spotted this before.
Modified Paths:
--------------
trunk/drivers/cairo.c
Modified: trunk/drivers/cairo.c
===================================================================
--- trunk/drivers/cairo.c 2008-09-03 19:59:31 UTC (rev 8747)
+++ trunk/drivers/cairo.c 2008-09-04 19:06:12 UTC (rev 8748)
@@ -1713,7 +1713,7 @@
plD_bop_extcairo()
Set up for the next page.
- ----------------------------------------------------------------------
+ ----------------------------------------------------------------------*/
void plD_bop_extcairo(PLStream *pls)
{
@@ -1759,7 +1759,7 @@
/* Set graphics aliasing */
cairo_set_antialias(aStream->cairoContext, aStream->graphics_anti_aliasing);
- /* Invert the surface so that the graphs are drawn right side up.
+ /* Invert the surface so that the graphs are drawn right side up. */
rotate_cairo_surface(pls, 1.0, 0.0, 0.0, -1.0, 0.0, pls->ylength);
/* Should adjust plot size to fit in the given cairo context?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|