I think that activates Advanced Graphics though... Have you tried Advanced Graphics recently all the newer Linux distros work with the Advanced Graphics. If you find that is not the case then I will apply the patch. But I'm thinking that maybe you have advanced graphics working without realizing it... I have tested Feisty Fawn and it works great.

Jesse

On Aug 29, 2007, at 4:13 AM, Gabriel Roldán wrote:

Hi Jesse,

I'm sort of stuck in using NonAdvancedSWTGraphics for the 1.1.x branch under linux and it does not render paths, which are needed for some tools feedback
actions.
Just adding a call to gc.drawPath(path); NonAdvancedSWTGraphics.drawPath makes the trick and it seems to work just well. So I'm wondering if you could do it
and commit it?

regards,

Gabriel

public void drawPath( Path path ) {
       gc.drawPath(path);
}

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to