Hi, Max Nikulin wrote: > When vector graphics, that does not match device resolution, is rasterized, > the result is either non-even sizes of similar elements or fuzzy lines due > to dithering.
Nitpicking: "Dithering" in raster graphics is emulation of color resolution at the expense of space resolution. Multiple coarsly colored pixels together create the impression of a finer color tone. A certain random aspect is added to prevent unwanted patters. https://en.wikipedia.org/wiki/Dither The fuzzy lines are rather the opposite. They use surplus color resolution to emulate ibetter spacial resolution. Over here the usual term is "Anti-aliasing". https://en.wikipedia.org/wiki/Line_drawing_algorithm https://www.geeksforgeeks.org/antialiasing/ I get a suspiciously high share of german language results when searching this term in the web. But "Computer Grapics" by Foley, Van Dam, Feiner, Hughes of 1990 has a dozen occurences in its Index. Have a nice day :) Thomas