(LinePath src, float weight,
int caps, int join)
| 397 | |
| 398 | |
| 399 | static public LinePath createStrokedPath(LinePath src, float weight, |
| 400 | int caps, int join) { |
| 401 | return createStrokedPath(src, weight, caps, join, defaultMiterlimit, null); |
| 402 | } |
| 403 | |
| 404 | |
| 405 | static public LinePath createStrokedPath(LinePath src, float weight, |
no test coverage detected