0
Tried making indian flag using SVG. Can anyone help me understand how to add the lines that are present inside the circle?
7 Antworten
+ 5
You can use <polyline>
Read the 4th part of the lesson.
https://www.sololearn.com/learn/HTML/2200/
+ 2
Ok Pranav Kalro thanks. So i guess i'll have to figure out coordinates of multiple points on the circles radius then.
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.
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.
0
Damn ty Jan Markus
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.
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