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