<div dir="ltr">Hi,<div><br></div><div>I want to display a plane as a background.</div><div>For that i have in a vtkActor2D a vtkPolyDataMapper2D filled with a vtkPlaneSource going from 0,0,0 to 1,1,1</div><div>I add to the mapper a vtkCoordinate with SetCoordinateSystemToNormalizedViewport</div><div><br></div><div>with that, everything seems fine and i don't have to take care of it when my view is resized.</div><div><br></div><div>but if i put some color on it and look at it carefully i can see an extra line and column of black pixels</div><div><br></div><div>I looked at the code of vtkCoordinate and vtkViewport and the combination of the coordinates transformations leads to a final size of the polygon rendered 1 pixel short in both x and y directions.</div><div><br></div><div>Is this considered a normal behaviour due to the computation involved, or is it definitively a bug?</div><div><br></div><div>A quick workaround is to set my plane source a little bit larger, but for future features of my app, i would need the exact size...</div><div><br></div><div>Thanks for any comments/suggestions</div><div><br></div></div>