On Fri, 29 Oct 1999, James Henstridge wrote:

> What do you need to draw with wavy lines?  If it is just a connection

I need to, period. I use a model I haven't defined, so I'm not right to
modify the graphic language. This modeling uses wavy line, I have to draw
wavy lines.

> line, you should probably just create a new line object.  This is probably
> a better idea than adding that feature to the existing objects in this
> case.

mmmm.... this basically requires me to fork the current line object :-(
Probably better to add a property to the line object (Alex's explanations
and more code digging made obviously clear why doing that at the renderer
level is not a good idea ; besides, I don't really want to code the
drawing of a filled rectangle with wavy borders)


> > ones, I fear. Currently, I have automake 1.4, autoconf 2.13, libtool 1.3.3
> > correct ?
> 
> Those look like the correct versions to use.  Do you also have
> gettext-0.10.35?  How are you building dia from cvs?  You should just
> need:
[snip]
problem solved. I upgraded all up to current potato.

> Drawing rotated text is never going to be efficient with the current X
> APIs.  There is talk of extended APIs in XFree86 4.0 which handle anti
> aliased text, and they may also support this.  I think it would be better
> to wait for this.  Currently, to rotate text, you need to create a
> GdkPixmap big enough to hold the string, draw the text to the pixmap,
> create a GdkImage of the pixmap so you can access the pixel values, rotate
> the bitmap and finally draw the rotated pixel data to the screen (maybe
> using gdkrgb).  This is not very efficient.

Who really cares ? I want nice EPS graphics ; if people find that feature
too slow for their machines, they simply don't need to use it. 


------------------------------------------------------------------
Oh, my god ! I'm trapped into a V90 modem !  PGP ID: A879BEF8


Reply via email to