Diffusion Krita e9ae1df916b9

Fix artifacts when rendering shape stroke on canvas with non-default resolution

Authored by dkazakov on Jun 17 2017, 3:36 PM.

Description

Fix artifacts when rendering shape stroke on canvas with non-default resolution

It happened so that KoShape::applyConversion() was applied twice in a row,
once in KoShapeBackground and then in KoShapeStroke. Now we add save/restore
calls to avoid that.

TODO: in the future we should move that 'applyConversion' to a higher

level.

Ref T1005

Details

Committed
dkazakovJun 17 2017, 3:36 PM
Parents
R37:4b7040741630: Remove files that shouldn't have been merged in yet
Branches
Unknown
Tags
Unknown
Tasks
T1005: Overhaul the Vector system