Is it possible to draw some shapes (other than boxes, triangles, circle) like heart, starts or other shapes.? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 6

Is it possible to draw some shapes (other than boxes, triangles, circle) like heart, starts or other shapes.?

12th Apr 2018, 1:03 AM
Zech Bron
Zech Bron - avatar
4 Respuestas
+ 3
Hi Chezel On web you can do amazing things with divs and css , have a look here what can be done with a single div https://a.singlediv.com/ If you want to do full blown animation you can use web animation api with svgs https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API/Using_the_Web_Animations_API Draw your SVG shapes in inkscape https://inkscape.org/en/ Lovley example here https://inkscape.org/en/~IK/%E2%98%85animation-inkscape-koi-carp
12th Apr 2018, 8:08 AM
Mike Choy
Mike Choy - avatar
+ 3
You mean using JavaScript correct? You can but it will be extremely complicated since you will have to draw each of them using line to and fill rect and arc.
12th Apr 2018, 1:09 AM
Someone Else
Someone Else - avatar
12th Apr 2018, 7:38 AM
Calviղ
Calviղ - avatar
+ 3
Thanks Guys.
24th May 2018, 12:50 AM
Zech Bron
Zech Bron - avatar