Summary: | brush outline does not represent brush and leaves artefacts | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tom Hall <tahall256> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, sven.langkamp |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/33125a19e69b4414c924496b0d62518d536e3b2e | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot showing artefacts and inaccuracies |
Description
Tom Hall
2012-10-03 12:37:08 UTC
Created attachment 74315 [details]
Screenshot showing artefacts and inaccuracies
Additional info: I have Vc installed and cmake found it when building, so I assume krita is now making use of it. I don't see that here, even with vc. What are the exact setting of the brush and zoom level? Brush settings don't seem to matter. I've done some more experimenting, and it seems it's actually the "Use same aspect as pixels" button that's significant, but it's not simply a case of whether it's on or off. It appears that the bug is triggered if the button is toggled after changing zoom level, so in the following sequence: Zoom out -> no artefacts Turn on same aspect -> artefacts (+ other stuff described above) Zoom out -> no artefacts Turn off same aspect -> artefacts etc. In light of this, it possible Vc is a red herring and I've just never fiddled with the "Use same aspect as pixels" button before now. Weird, if I toggle that button the outline actually isn't painted at all if the button is off! Git commit 24734db753d8d5347f6ac398bf5d2e657cdcc25f by Dmitry Kazakov. Committed on 09/10/2012 at 14:32. Pushed by dkazakov into branch 'master'. Fixed switching between the Aspect modes The change of the resolution should happen in the setZoom, otherwise it will not know the old values of the document rect and zoom. M +2 -2 krita/ui/kis_view2.cpp M +9 -5 krita/ui/kis_zoom_manager.cc M +21 -2 libs/widgets/KoZoomController.cpp M +16 -1 libs/widgets/KoZoomController.h http://commits.kde.org/calligra/24734db753d8d5347f6ac398bf5d2e657cdcc25f Git commit 33125a19e69b4414c924496b0d62518d536e3b2e by Jaroslaw Staniek, on behalf of Dmitry Kazakov. Committed on 09/10/2012 at 14:32. Pushed by staniek into branch 'kexi-altertable-staniek'. Fixed switching between the Aspect modes The change of the resolution should happen in the setZoom, otherwise it will not know the old values of the document rect and zoom. M +2 -2 krita/ui/kis_view2.cpp M +9 -5 krita/ui/kis_zoom_manager.cc M +21 -2 libs/widgets/KoZoomController.cpp M +16 -1 libs/widgets/KoZoomController.h http://commits.kde.org/calligra/33125a19e69b4414c924496b0d62518d536e3b2e |