On Oct 03, 2006, at 18:21 UTC, lveillette wrote: > I have built a program that draws using curveshapes. > > What I do not undrestand though is that when printed, those shapes end up > with a multitude of control points when in fact there should be only eight > of them.
I'm not sure what you mean by that, but it is true that curveshapes get approximated by a series of line segments. You can control how many by using the "Segments" property, or you can leave it at 0 and let RB choose for you. > I can't believe that I gave myself this much trouble to compute vectors, > only to end up with a bitmap image that's very pooly converted in > postscript... It shouldn't be a bitmap image if you're printing on the Mac. I think that in Windows and Linux, all printing goes through a pixel map, however. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
