https://bugs.kde.org/show_bug.cgi?id=366538
--- Comment #5 from Eike Hein <h...@kde.org> --- Inkscape is not a raster graphics app - it doesn't work with pixels, it works with coordinates. The specific coordinates don't actually matter, only their relative position. This information is then rasterized to a particular size during rendering (which can for example be different depending on DPI scaling). >From the screenshots it looks like at particular target sizes rounding causes particular shapes/paths not to line up with the rasterized grid. It's not something I can control in the code. My suggestion would be to open the SVG in a text editor and check that Inkscape outputted clean coordinate values (i.e. integer values, not numbers with a decimal separaor) that don't cause rounding issues. -- You are receiving this mail because: You are watching all bug changes.