Here are my settings:
width = 320, height = 480, scale = "letterBox", fps = 60, xAlign = "center", yAlign = "center",
The glitch happens on every android device I have tested on - besides I have drawn this grid which is inside scrollview and as you scroll glitches are changing too - jumping from one line to another, that could be maybe explained that lines are not positioned on a whole pixels as they are being scrolled, but even if I place them on a whole pixels without scrolling, I still get that glitch - so for me it seems that it doesn’t matter if you place vectors on whole pixels or not - you still would get that glitch…
So I guess it’s because of what you said - it happens due to the fact that application is being scaled up or down to match the resolution of a device…
Also I have drawn crossed lines, which appear to be jagged

Lesson learned - will have to use spritesheets …