From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <09a4db6e3fa18cba0dcc3cba2dd629c9@quanstro.net> Date: Thu, 8 Jun 2006 23:20:13 -0500 From: quanstro@quanstro.net To: 9fans@cse.psu.edu Subject: RE: [9fans] gcc on plan9 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 632d4348-ead1-11e9-9d60-3106f5b1d025 the circle in clock(1) is quite strange looking, too. and i have had to resort to an antialiased (subpixel) to use a font of reasonable size (maybe 20 real pt.) on my miserable monitor. is the problem that libdraw is too limited, or that current screens have pathetic resolution? where's my 6000x6000 20" display? (that's only 300dpi - erik On Thu Jun 8 07:00:28 CDT 2006, rog@vitanuova.com wrote: > > as noted before, page already handles ps/pdf. > > this is true. however i wouldn't mind seeing some way > of doing nice looking drawing under plan 9 (not that i'm implying that > display pdf is suitably lightweight!). the draw ops implemented > by /dev/draw are not really good for anything except crude looking > diagrams - jaggies galore, and not enough positioning accuracy. > by way of illustration, observe how the implementation of line() > needs to use sub-pixel accuracy in order to get reasonable looking arrows. > > i reckon you could strip out ellipse, line and polygon from devdraw > and almost nothing would notice. but replacing them is quite a bit of work...