(@NotNull Rect oval)
| 68 | } |
| 69 | |
| 70 | @NotNull @Contract("_ -> new") |
| 71 | public static Path makeOval(@NotNull Rect oval) { |
| 72 | return makeOval(oval, PathDirection.CLOCKWISE); |
| 73 | } |
| 74 | |
| 75 | @NotNull @Contract("_, _ -> new") |
| 76 | public static Path makeOval(@NotNull Rect oval, @NotNull PathDirection dir) { |
no test coverage detected