Opened 9 years ago
Last modified 8 years ago
#12415 new defect
[patch] temporary layer did not use use antialiasing — at Version 1
Reported by: | kolesar | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | antialiasing layer | Cc: | michael2402 |
Description (last modified by )
First version of this ticket was named "draw mode did not use use antialiasing". Later I have discovered that many mapmode tools draw to the same temporary layer. Instead of copying the same logic to the tools I have moved setting antialiasing to MapView where this temporary layer is created.
MapView asks MapRendererFactory for an instance of AbstractMapRenderer that applies the same setting for antialiasing as data layers use, regarding to separate antialiasing setting of wireframe mode.
Please use later patch named TemporaryLayerUseAntialiasing.
Change History (3)
by , 9 years ago
Attachment: | DrawModeUseAntialiasing.patch added |
---|
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | [patch] draw mode did not use use antialiasing → [patch] temporary layer did not use use antialiasing |
by , 9 years ago
Attachment: | TemporaryLayerUseAntialiasing.patch added |
---|