(str, opts)
| 13078 | return innerOpts; |
| 13079 | } |
| 13080 | function createFromString(str, opts) { |
| 13081 | return new SVGPath(createPathOptions(str, opts)); |
| 13082 | } |
| 13083 | function extendFromString(str, defaultOpts) { |
| 13084 | var innerOpts = createPathOptions(str, defaultOpts); |
| 13085 | var Sub = (function (_super) { |
no test coverage detected
searching dependent graphs…