* Extend path
(pathData, opts)
| 16889 | * Extend path |
| 16890 | */ |
| 16891 | function extendPath(pathData, opts) { |
| 16892 | return extendFromString(pathData, opts); |
| 16893 | } |
| 16894 | |
| 16895 | /** |
| 16896 | * Register a user defined shape. |
nothing calls this directly
no test coverage detected