[cairo-commit] cairo-demo/cairo_snippets xxx_self_intersect.cairo, 1.1, 1.2

Carl Worth commit at pdx.freedesktop.org
Tue May 18 05:17:35 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo-demo/cairo_snippets
In directory pdx:/tmp/cvs-serv2658

Modified Files:
	xxx_self_intersect.cairo 
Log Message:
Confirm self intersect bug

Index: xxx_self_intersect.cairo
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/xxx_self_intersect.cairo,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** a/xxx_self_intersect.cairo	16 May 2004 19:09:50 -0000	1.1
--- b/xxx_self_intersect.cairo	18 May 2004 12:17:33 -0000	1.2
***************
*** 1,4 ****
! /* is the minimally different shade of the right part of the bar
!    the self intersect bug described in BUGS? */
  
  cairo_move_to (cr, 0.3, 0.3);
--- 1,4 ----
! /* the minimally different shade of the right part of the bar
!    is an artifact of the self intersect bug described in BUGS */
  
  cairo_move_to (cr, 0.3, 0.3);





More information about the cairo-commit mailing list