Modify ↓
Opened 14 years ago
Closed 14 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)
Change History (5)
Changed 14 years ago by
Attachment: | antialiasing.patch added |
---|
comment:1 Changed 14 years ago by
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:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Simple patch to fix this issue