Line Renderer
Hi. Please could you add point to point line drawing to the shapes? The shape would have x/y coordinates for the start and end points, and a line thickness value. If the coordinates and thickness could be modified with formulas, it would make it a lot easier to draw graphs, and other dynamic shapes. Currently I'm using rectangles, with 4 variables per line, and trigonometry to work out where it should be placed and the angle. It seems overly complex/bloated on the user side. Thanks!