Appends src to Path. src verb array, Point array, and conic weights are added unaltered. @param src Path verbs, Point, and conic weights to add @return reference to Path
(Path src)
| 1489 | * @return reference to Path |
| 1490 | */ |
| 1491 | public Path addPath(Path src) { |
| 1492 | return addPath(src, false); |
| 1493 | } |
| 1494 | |
| 1495 | /** |
| 1496 | * <p>Appends src to Path.</p> |