Please explain SVG Path Commands and Coordinates
问题 In an SVG file, I found a path which looks like this: <path id="kvg:0548b-s7" kvg:type="㇐b" d="M65.32,48.38c5.65-0.95,12.61-2.46,18.92-3.42c2.05-0.45,4.13-0.5,6.23-0.13"/> Can somebody explain what the coordinates 48.38c5.65-0.95 and 18.92-3.42c2.05-0.45 represent? 回答1: I think that some of the confusion comes from the tricks the format allows for separating individual parameters to the various path operands. So in the example: M65.32,48.38c5.65-0.95,12.61-2.46,18.92-3.42c2.05-0.45,4.13-0.5,6