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
Expected behavior
In this case, the rect should be added to the Swift Shape using path.addRoundedRect but path.addRect is used instead, resulting in a normal rectangle.
The text was updated successfully, but these errors were encountered:
Describe the bug
SVG rectangles with the
rx
attribute are converted to rectangles without rounded corners.To Reproduce
Expected behavior
In this case, the rect should be added to the Swift Shape using
path.addRoundedRect
butpath.addRect
is used instead, resulting in a normal rectangle.The text was updated successfully, but these errors were encountered: