I know this is a very basic question, but I cannot get it working. I want a trapezoid which is equally on left and right. How can do this?
3 Likes
There are several ways to do this:
- Subtract two identical triangles (or other shapes) from the rectangle;
- Move the bottom right node by the same number of pixels as the top left node.
@Phillip you can manually set coordinates for all points of the shape.
Placing to the frame might help a bit.