https://bugs.kde.org/show_bug.cgi?id=378128

Martin Koller <kol...@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kol...@aon.at
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Martin Koller <kol...@aon.at> ---
Without looking into the code, I assume what you want is not feasible.
kolourpaint is a pxel-oriented graphics program, not a line drawing
application.
When you finished constructing a line, it's no longer a line but just a set of
pixels.
kolourpaint does scale an image or a selection of it via a smooth-scale
algorithm which I believe is the right thing to do in a pixel oriented graphics
program, and this leads to what you see as blur.
I believe there are better solutions for handling line based drawings, where
each line stays a line.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to