* Better separation between drawing backdrop and main line. * Pass u and v coordinates of line to fragment shader for further processing. * Remove `colorGradient` which can also be computed from `lineUV`. * Simplify drawing potentially more than one parallel line as is done in #112677.