Opened 13 years ago

Last modified 13 years ago

#3787 closed defect

wrong dash pattern — at Version 2

Reported by: zanollim Owned by: sdlime
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: 6.0
Severity: normal Keywords:
Cc: tbonfort

Description (last modified by tbonfort)

I'm not able to reproduce this pattern [mapserver-6.0.0-beta3]:

==== == ==== == ==== ==

here the map code

STYLE
  COLOR 0 0 0
  LINECAP square
  PATTERN 4 2 2 2 END
END

Is this a bug? Thanks, michele

Change History (2)

comment:1 by sdlime, 13 years ago

Cc: tbonfort added

comment:2 by tbonfort, 13 years ago

Description: modified (diff)

I'm guessing that the square linecap is eating into the blank space left between the dashes. Try with linecap butt, or increasing the spacing, eg:

4 3 2 3

Note: See TracTickets for help on using tickets.