PHP | ImagickDraw getStrokeMiterLimit() Function
The ImagickDraw::getStrokeMiterLimit() function is an inbuilt function in PHP which is used to get the miter limit. When two line segments meet at a sharp angle, miter joins extend far beyond the thickness of the line stroking the path. Syntax: int ImagickDraw::getStrokeMiterLimit( void ) Parameters