How to Replace Line Drawing in Final Game

We've been told to replace line drawing in final games so things render correctly across multiple computers and OSes. What would we replace line drawing with in the case of diagonal lines that change end points and angles over time, and rectangles that change dimensions over time? If we use sprites won't they blur when distorted, and how would a diagonal line with a sprite be coded, and look correct?
 
Last edited:
Top