+ 3
Please I am trying to learn paths in html and it is proving difficult to me . Could someone please explain how to create paths?
7 odpowiedzi
+ 14
I think that it is very good, i learnt it then post my first code with path;:😉😉💙
https://www.sololearn.com/learn/HTML/2213/?ref=app
+ 13
Maybe this code will help you: 😉
https://code.sololearn.com/W1A4k3QHY898/?ref=app
+ 5
Tutorial here:
https://www.w3schools.com/graphics/svg_path.asp
SVG is like a language for creating shapes.
+ 2
If yoy want the line to be moved downwards . How will it be done(I mean the numerals like L200 0)
+ 2
I think I get it . But just as a tester does this code print a diamond?
M150 0 L195 45 L150 90 L105 45 Z.
+ 1
The y-axis points downwards, meaning higher values of y, will be further down.
You only move down relative to your last position. If you start at (50, 100) and then draw to (25, 200), you will have moved down 100 and to the left by 25.
+ 1
Is the y axis number the first or the second