Tried making indian flag using SVG. Can anyone help me understand how to add the lines that are present inside the circle? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Tried making indian flag using SVG. Can anyone help me understand how to add the lines that are present inside the circle?

https://code.sololearn.com/W6ZxAC00cg0B/?ref=app

23rd Aug 2020, 8:02 AM
Chetan Chandel
Chetan Chandel - avatar
7 Answers
+ 5
You can use <polyline> Read the 4th part of the lesson. https://www.sololearn.com/learn/HTML/2200/
23rd Aug 2020, 8:11 AM
Pranav Kalro
Pranav Kalro - avatar
+ 2
Ok Pranav Kalro thanks. So i guess i'll have to figure out coordinates of multiple points on the circles radius then.
23rd Aug 2020, 8:25 AM
Chetan Chandel
Chetan Chandel - avatar
0
I think svg is not to draw Svg is to get convert a drawing svg. You should use editors and draw flag and convert to svg and use that svg code. Coding is not to mess in it . It is to clear mess for other.
23rd Aug 2020, 9:49 AM
Divya Mohan
Divya Mohan - avatar
0
But sololearn required the same data as that software. And svg repeating shapes can be created in both absolute and relative way to create shape. And What is the benifit of that 100 line static page stuff created by writting 100+ coding lines.Coder works to ease the problem of other but not on price of tenseful life of self. But I support things for new one it makes understanding clear that how it works.
23rd Aug 2020, 11:58 AM
Divya Mohan
Divya Mohan - avatar
0
Damn ty Jan Markus
23rd Aug 2020, 12:08 PM
Chetan Chandel
Chetan Chandel - avatar
0
Yes its just for understanding SVG Divya Mohan . I learnt it yesterday only so wanted to try something. I'll also prefer switching to an editor or any easier alternative eventually.
23rd Aug 2020, 12:10 PM
Chetan Chandel
Chetan Chandel - avatar
0
Here is my attempt at this, All you need is a calculator & pen paper and basic knowledge of svg from html course https://code.sololearn.com/WYpB2E9cFv0J/?ref=app
14th Nov 2021, 11:26 AM
Webflyer0
Webflyer0 - avatar