Get point's y coordinate on svg path
问题 I guess I need to add some explanation, that I want to ask this question, because too short question doesn't quality standards... funny... So, here is the question: How I can get the 'y' coordinate of the point on svg path at a specific 'x' coordinate? 回答1: Well this is not straightforward, because a path could have multiple points with the specified x coordinate. There is no built-in function in the SVG DOM to do this. One solution is to step along the path segments and do the maths yourself