Ticket #2585 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

incorrect rendering of non filled vector symbols

Reported by: tbonfort Assigned to: tbonfort
Priority: normal Milestone: 5.0.3 release
Component: AGG Version: 5.0
Severity: normal Keywords:
Cc:

Description

non filled vector symbols are not rendered if using only a COLOR (and not an OUTLINECOLOR)

NOK:

STYLE
 SYMBOL "cross"
 SIZE 10
 COLOR 0 0 0
END

OK:

STYLE
 SYMBOL "cross"
 SIZE 10
 OUTLINECOLOR 0 0 0
END

Change History

04/21/08 04:32:33 changed by tbonfort

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r7526