canvas
canvas copied to clipboard
Line does not work with paintStyle="fill"
When I apply the following configuration nothing is seen on the screen
<Line p1="128" p2="280" color="lightblue" paintStyle="fill" strokeWidth="10" />
Also, shouldn't p1 and p2 be of type Point {x, y}?