Opened 13 years ago

Closed 13 years ago

#3835 closed defect (fixed)

GIF wide line rendering results in ragged lines

Reported by: havatv Owned by: tbonfort
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords: GIF, wide lines, ragged
Cc: tbonfort

Description

With svn trunk (with GIF patch - bug3828.patch), wide lines look bad (ragged).

Below is the style used for the line (it is scaled - SYMBOLSCALEDENOM at the LAYER level).

      STYLE
	COLOR 209 66 0
        WIDTH 14
      END # style

Attachments (1)

ragged_line_gif.png (1.3 KB ) - added by havatv 13 years ago.
Image that shows the ragged line

Download all attachments as: .zip

Change History (5)

by havatv, 13 years ago

Attachment: ragged_line_gif.png added

Image that shows the ragged line

comment:1 by sdlime, 13 years ago

Cc: tbonfort added
Status: newassigned

Old GD driver probably created a circular brush to create wide lines. May have to revert to that since this unacceptable... Will have a look.

Steve

comment:2 by tbonfort, 13 years ago

Owner: changed from sdlime to tbonfort
Status: assignednew

I'll take a crack at it asap.

comment:3 by tbonfort, 13 years ago

Status: newassigned

comment:4 by tbonfort, 13 years ago

Resolution: fixed
Status: assignedclosed

committed in r11547.

the msautotests need updating with the new result.

Note: See TracTickets for help on using tickets.