#4935 closed defect (fixed)
Wireframe painting broken for high zoom
Reported by: | framm | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | painting java clipping | Cc: |
Description
When zooming in rather far in wireframe mode, erratic lines appear. From the colour of the lines it seems to have something to do with the "relation halo".
See the following video, which has been recorded by simply using the mouse wheel to zoom in further and furhter:
http://www.remote.org/frederik/tmp/josm-wireframe-broken.ogv
Attachments (0)
Change History (8)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
I assume this happens when we draw to much outside the current screen. I fear this is not only for OpenJDK, I also had this for SunJava and GPX files, but the improved clipping code reduced the issue.
comment:3 by , 15 years ago
Replying to stoecker:
I assume this happens when we draw to much outside the current screen. I fear this is not only for OpenJDK, I also had this for SunJava and GPX files, but the improved clipping code reduced the issue.
If you are referring to [2987], it affects only openjdk. (I was concerned about performance, but now that I think of it, should be really cheap to do this clipping.)
comment:4 by , 15 years ago
No, it does not even apply for gpx files. I think jttt did some purging of gpx line segments that do not intersect the current view.
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 by , 15 years ago
Keywords: | painting java clipping added |
---|
You are using OpenJDK, right?
I already thought about encoding basic information like revision, os and java vendor into the upper left map pixel. :)