I saw a video in Youtube where an obviously experienced svg specialist draws everything with his hands as any vector editor generates a lot of extra code: https://www.youtube.com/watch?v=_y2YZux5wZI
So: I did not quite understand how and from where he took these coordinates of the curve.
The question is, how to get the coordinates of the curves with your hands, without special software?
For example :
<svg width="400px" height="300px" preserveAspectRatio="none"> <defs> <style> #path1{fill:none; stroke:red; stroke-width:2px;} </style> </defs> <g style="transform:translate(220px,-50px)" preserveAspectRatio="none"> <path id="path1" fill="none" stroke="red" d="m 154 187 c -197 -86 -363 -135 -371 0z" /> </g> </svg> There are coordinates:
m 154 187 c -197 -86 -363 -135 -371 0z how to get them manually ...? how to calculate .. naturally for minimizing SVG markup points and other things
I know how to use corel illustrator, inkscape, but I'm interested in exactly how to do curves with my hands.
In codepen, I made a demonstration: https://codepen.io/topicstarter/pen/oOYywb
where there is a path and, exactly according to the coordinate, I arranged a circle, and the most interesting thing is that only two points coincided: this is the beginning and the end of the path, but the other points are not



но остальные точки нетsee the paragraph after the formula - MBo