canvas icon indicating copy to clipboard operation
canvas copied to clipboard

Line does not work with paintStyle="fill"

Open vallemar opened this issue 1 year ago • 1 comments

When I apply the following configuration nothing is seen on the screen

 <Line p1="128" p2="280" color="lightblue" paintStyle="fill" strokeWidth="10" />

vallemar avatar Jan 30 '24 16:01 vallemar

Also, shouldn't p1 and p2 be of type Point {x, y}?

vallemar avatar Jan 30 '24 16:01 vallemar