(Legacy)RenderSVGShape::nonScalingStrokePath has a static variable that stores the returned Path, presumably so that it can live long enough for the caller to make use of it. We can simplify this by returning Path object directly.
Pull request: https://github.com/WebKit/WebKit/pull/1619
<rdar://problem/95923637>