Opened 16 years ago
Closed 16 years ago
#753 closed defect (fixed)
Thick horizontal / vertical lines near display edge are not correctly drawn using GD
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | General | Version: | 2.0.2 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
With GD renderer, any horizontal / vertical line located offscreen is not rendered. This logic is incorrect in the case where the line has thickness. If the line is offscreen, but close enough to the edge where its thickness overlaps the visible display area, then it needs to be drawn.
Change History (2)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with submission https://trac.osgeo.org/mapguide/changeset/3437.