how to set polygon points for down arrow key in SVG [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
I have to set down arrow with polygon points. Please refer below Screenshot
I want polygon points with code. its help me with solution link.
currently my polygon points are
<polygon points="65,150,85,150,75,155" style="fill: rgb(219, 219, 219);"></polygon>

Related

HTML TABLE QUERY [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
how can i change table border color and font color ?
- the term is ,you only have to change color once .
Answer from your side as soon as posibile.

I am trying to achieve curved dashed lines using css [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I am using background image and position but did not get desired results.

Is there a way to make a sprite with an inbuilt pygame function? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Is there a way to draw a sprite with no rect and only a width height and colour like pygame.draw.sprite(colour,width,height)
The answer Is in these docs here https://www.pygame.org/docs/ref/draw.html you can but it requires some shape such as a circle, line, rectangle like you said, or even other shapes.

SVG beams of light [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How do I make a curved beam of light with svg / html5?
It should look like this (the orange and blue lines):
Hopefully this can be done with snap.svg or d3.js
A glowy/colored path can be a challange. Basically you can create a gradient stroke which is not native to SVG. However D3 has addressed this see:
https://gist.github.com/mbostock/4163057

How can I draw straight lines on AS3 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to draw some straight lines with the mouse and then delete them by clicking the button. How can I do that on AS3?
Help me please
You can find a similar question and useful answers here, also, I found a nice tutorial for you, with example (source code) for a mouse drawing and erase.