Bug 467933 - Implement dithering for gradient fills applied to vector shapes
Summary: Implement dithering for gradient fills applied to vector shapes
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: Tools/Vector (show other bugs)
Version: nightly build (please specify the git hash!)
Platform: Appimage Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-29 18:19 UTC by varkatope
Modified: 2023-03-29 18:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description varkatope 2023-03-29 18:19:53 UTC
Krita Version: 5.2.0-prealpha (git 4ee6458)

I couldn't find a bug report/wish for this, so:

When applying a gradient fill to a vector shape in the tool options, there's no toggle for applying dithering to it as well like there is when applying a gradient on a raster layer or when applying a gradient overlay on either raster or vector layers.

Also, I can create vector shapes through code and change some attributes (by abusing some string manipulation in the SVG), but if dithering becomes an option when being applied to vector shapes, it would be nice to also have an easy way to toggle the dithering through code as well. I know (I think?) it's not part of the SVG spec or at least not how it's being used in Krita, but some sort of property I can set would be cool. Not to mention having API access to all those tool options, but that's a different conversation.