Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4095 closed defect (fixed)

Polygon hatch problem for angles 90-180 and 270-360

Reported by: havatv Owned by: tbonfort
Priority: highest Milestone: 6.2 release
Component: Renderer API Version: svn-trunk (development)
Severity: major Keywords: hatch, rendering
Cc: havatv

Description

After #3847 (global origin for polygon patterns) was fixed in r12807, polygon hatches do not render correctly for angles between 90 and 180 and 270 and 360 (and 0 to minus 90, ...). I attach some illustrations.

Attachments (3)

mapserver-trunk30.png (64.3 KB ) - added by havatv 12 years ago.
Angle 30 (correct rendering)
mapserver-trunk120.png (50.5 KB ) - added by havatv 12 years ago.
ANGLE 120 (problems)
mapserver-trunk150.png (33.2 KB ) - added by havatv 12 years ago.
ANGLE 150 (problems)

Download all attachments as: .zip

Change History (6)

by havatv, 12 years ago

Attachment: mapserver-trunk30.png added

Angle 30 (correct rendering)

by havatv, 12 years ago

Attachment: mapserver-trunk120.png added

ANGLE 120 (problems)

by havatv, 12 years ago

Attachment: mapserver-trunk150.png added

ANGLE 150 (problems)

comment:1 by tbonfort, 12 years ago

Priority: normalhighest
Severity: normalmajor
Status: newassigned

comment:2 by tbonfort, 12 years ago

Resolution: fixed
Status: assignedclosed

fixed in r12816, my bad I hadn't retested >90 angles after adding a small 1.0/sin() optimization.

comment:3 by havatv, 12 years ago

Seems to work now. No performance problems. Great!

Note: See TracTickets for help on using tickets.