(@NotNull Rect rect)
| 52 | } |
| 53 | |
| 54 | @NotNull @Contract("_ -> new") |
| 55 | public static Path makeRect(@NotNull Rect rect) { |
| 56 | return makeRect(rect, PathDirection.CLOCKWISE, 0); |
| 57 | } |
| 58 | |
| 59 | @NotNull @Contract("_, _ -> new") |
| 60 | public static Path makeRect(@NotNull Rect rect, @NotNull PathDirection dir) { |
no test coverage detected