Modify ↓
Opened 3 years ago
Closed 3 years ago
#4234 closed defect (fixed)
[patch] mappaint antialiasing is broken
| Reported by: | Upliner | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description
After splitting SimpleMapPaintVisitor and MapPaintVisitor antialiasing no longer work.
Attachments (1)
Change History (5)
Changed 3 years ago by Upliner
comment:1 Changed 3 years ago by Gubaer
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 Changed 3 years ago by stoecker
Because it will produce ugly results for the majority of users.
comment:3 Changed 3 years ago by stoecker
Ticket #4258 has been marked as a duplicate of this ticket.
comment:4 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Simple patch to fix this issue