[Commit] papers/xr_ols2003 introduction.tex,1.8,1.9

Keith Packard commit@keithp.com
Thu, 15 May 2003 22:05:54 -0700


Committed by: keithp

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

Modified Files:
	introduction.tex 
Log Message:
reword start of introduction

Index: introduction.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/introduction.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- introduction.tex	16 May 2003 04:56:02 -0000	1.8
+++ introduction.tex	16 May 2003 05:05:52 -0000	1.9
@@ -3,9 +3,12 @@
 The design of the Xr library is motivated by the desire to provide a
 high-quality rendering interface for all areas of application presentation,
 from labels and shading on buttons to the central image manipulation in a
-drawing or painting program.  The existing X-based rendering infrastructure
-has provided barely enough capability to draw buttons and sliders.  Moving
-from that to a complete rendering environment should serve to drive future X
+drawing or painting program.  Xr targets displays, printers and local image
+buffers with a uniform rendering model so that applications can use the same
+API to present information regardless of the media.
+
+Moving from the primitive original X graphics system to a complete
+device-independent rendering environment should serve to drive future
 application development in exciting directions.
 
 \subsection{Vector Graphics}