is is possible to create a non rectangualr clipping region?
I see the
void imlib_context_set_cliprect(int x, int y, int w, int h);
but nothing else.
Am i missing something?
If not, any estimete are to whether or not this will be implementated? If it won't be
implemented what would it take to impl
On Sat, 25 Jan 2003 11:17:51 -0600 <[EMAIL PROTECTED]> babbled:
> is is possible to create a non rectangualr clipping region?
> I see the
> void imlib_context_set_cliprect(int x, int y, int w, int h);
> but nothing else.
> Am i missing something?
imlib2 only support rectangular cliprects - yes.
Is there any way to draw thick lines with imlib2?
If not is the solution to just draw a polygon that is filled ? If this
is the preffered solution any good code lying around to correctly
approximate the polyline points given x1,y1,x2,y2 and a line thickness?
Thanks
Jim
-