Markus Neteler wrote: > I think that we need to get out 6.4.0final. > > Looking at > https://trac.osgeo.org/grass/query?status=new&status=assigned&status=reopened&group=type&priority=blocker&priority=critical&milestone=6.4.0&order=id > > > #72 PNG driver: boundary rendering is off by one pixel > .. critical, no blocker. Unsolvable?
Not worth the effort. AFAIK, fixing the current issue would require modifying either the polygon-filling code or the horizontal case of the line-drawing code, so that the two match. Even then, there's a limit to what you can do when code typically tries to draw lines exactly along the boundary between pixels and you're using integer coordinates. > #995: WxGUI startup screen fails if GISDBASE path contains non-latin > characters > "Location Wizard still fails in Windows Vista" There's a limit to what can be achieved on Windows. We should be able to handle characters which are in the current codepage, but supporting filenames which contain characters outside of the current codepage is probably out of the question (we would need to wrap every open(), fopen(), rename(), remove() etc). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
