You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in this library concerning c, C, q, Q, t and T path commands. I've done a comparison between different implementations here. I suggest to use svg-path-bbox because svg-path-bounding-box seems to be unmaintained.
The following path (circle) should have a height and width of 80px, but instead has a height and width of 68.2842.
<path d="M68.2842,11.7158 C83.9053,27.3367 83.9053,52.6633 68.2842,68.2842 C52.6633,83.9053 27.3367,83.9053 11.7158,68.2842 C-3.9053,52.6633 -3.9053,27.3367 11.7158,11.7158 C27.3367,-3.9053 52.6633,-3.9053 68.2842,11.7158" stroke="#4990E2" stroke-linecap="round" stroke-linejoin="round"></path>
The text was updated successfully, but these errors were encountered: