Arc in <path> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Arc in <path>

Good afternoon! I was drawing in SVG and I needed to make an "elliptical arc". I'm familiar with the "A" property, but I don't quite understand how it works. Please help me!

15th Jun 2020, 1:36 PM
joseffie
joseffie - avatar
1 Resposta
0
Arc have 4 parameter ok. Mx,y(moving points) Ax,y(for your arc depth) x-axis_rotation(it will tilt your arc in simple words it will make your arc oblique) large_arc_flag(value = 0 to 1 this is used to define the quality of circular arc),swip_flag(value = 0 or 1 it will decide the arc should go on original direction or opposite direction) x,y(end_point) Simplified ex d=("M20,30 A30,40 0 0,1 40,50")
15th Jun 2020, 2:02 PM
Ayush Kumar
Ayush Kumar - avatar