Modify

Opened 15 years ago

Closed 15 years ago

#4234 closed defect (fixed)

[patch] mappaint antialiasing is broken

Reported by: Upliner Owned by: team
Priority: major Milestone:
Component: Core Version: tested
Keywords: Cc:

Description

After splitting SimpleMapPaintVisitor and MapPaintVisitor antialiasing no longer work.

Attachments (1)

antialiasing.patch (1.0 KB ) - added by Upliner 15 years ago.
Simple patch to fix this issue

Download all attachments as: .zip

Change History (5)

by Upliner, 15 years ago

Attachment: antialiasing.patch added

Simple patch to fix this issue

comment:1 by Gubaer, 15 years ago

Just wondering - why would we turn antialiasing off per default?

   Main.pref.getBoolean("mappaint.use-antialiasing", false) 

I'd rather like to apply the patch with antialiasing enabled per defualt

   Main.pref.getBoolean("mappaint.use-antialiasing", true) 

comment:2 by stoecker, 15 years ago

Because it will produce ugly results for the majority of users.

comment:3 by stoecker, 15 years ago

Ticket #4258 has been marked as a duplicate of this ticket.

comment:4 by stoecker, 15 years ago

Resolution: fixed
Status: newclosed

(In [2706]) fix #4234 - fix anti-aliasing - patch by Upliner

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.