[Commit] papers/xr_ols2003 abstract.tex,1.1.1.1,1.2

Keith Packard commit@keithp.com
Fri, 16 May 2003 11:51:58 -0700


Committed by: keithp

Update of /local/src/CVS/papers/xr_ols2003
In directory home.keithp.com:/tmp/cvs-serv26682

Modified Files:
	abstract.tex 
Log Message:
clean up abstract (well, or something)

Index: abstract.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/abstract.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- abstract.tex	29 Apr 2003 21:21:58 -0000	1.1.1.1
+++ abstract.tex	16 May 2003 18:51:56 -0000	1.2
@@ -1,14 +1,18 @@
-\section*{Abstract}
-% This is cut-and-paste from the submission.
+\section*{Abstract} 
+% This is cut-and-paste from the submission.  
 % Obviously it will need some work.
-Xr and Xc provide an antialiased vector-based rendering API for the X
-Window System. Xr provides a stateful user-level API with support for
-the PDF 1.4 imaging model. Xr provides operations including stroking
-and filling Bezier cubic splines, transforming and compositing
-translucent images, and antialiased text rendering.
+Xr provides a vector-based rendering API with output support for the X
+window system, local image buffers and plans for PostScript and PDF files.
+Xr is designed to produce identical output on all output media while
+taking advantage of display hardware acceleration through the X RENDER
+extension.  
 
-Xc sits below Xr and provides an abstraction layer over the backend
-rendering system. Xc allows the graphics operations to target X server
-drawables or client-side image buffers. Xc takes advantage of the
-RENDER extension if available and performs client-side emulation of
-RENDER for legacy X server.
+Xr provides a stateful user-level API with support for the PDF 1.4 imaging
+model. Xr provides operations including stroking and filling B\'ezier cubic
+splines, transforming and compositing translucent images, and antialiased
+text rendering.  The PostScript drawing model has been adapted for use
+within C applications.  Extensions needed to support much of the PDF 1.4
+imaging operations have been included.  This integration of the familiar
+PostScript operational model within the native application language
+environment provides a simple and powerful new tool for graphics application
+development.