jackhand
8 years agoVisitor
How to draw a simple triangle
I would like to draw a simple triangle to be used to display when scrubbing the video player. How do I go about creating a triangle?
Actually, I would like to draw a rectangle with a triangle centered on the bottom. The current scrubbing speed will display within the rectangle. I'd like to use vector artwork (instead of a bitmap) since I'd like the scrubbing indicator to be able to change colors.
It will sort of look like the following ASCII art...
--------
| 8x |
--------
\/
Actually, I would like to draw a rectangle with a triangle centered on the bottom. The current scrubbing speed will display within the rectangle. I'd like to use vector artwork (instead of a bitmap) since I'd like the scrubbing indicator to be able to change colors.
It will sort of look like the following ASCII art...
--------
| 8x |
--------
\/