[Xr] Re: Rectangle operators

Carl Worth cworth at east.isi.edu
Wed Jun 4 19:12:45 PDT 2003


On Jun 4, Bill Spitzak wrote:
 > On Wednesday 04 June 2003 12:57 pm, Carl Worth wrote:
 > > It seems that Xr should still be able to make the right cases fast
 > > without needing specialized Fill and Clip functions. (Note that Xr
 > > does already have a special function for adding a rectangle to a
 > > path).
 > 
 > However a possibly better solution than my proposal is somewhat in-between. 
 > Add only a single call that adds a rectangle to the current path.

Uhm, yes.

That's already there, (as I mentioned above). It is:

	void
	XrRectangle (XrState *xrs,
	             double x, double y,
	             double width, double height);

-Carl

-- 
Carl Worth                                        
USC Information Sciences Institute                      cworth at isi.edu





More information about the cairo mailing list