(str, options)
| 38928 | } |
| 38929 | |
| 38930 | function createText(str, options) { |
| 38931 | if((typeof options !== "object") || (options === null)) { |
| 38932 | options = {} |
| 38933 | } |
| 38934 | return vectorizeText( |
| 38935 | str, |
| 38936 | options.canvas || defaultCanvas, |
| 38937 | options.context || defaultContext, |
| 38938 | options) |
| 38939 | } |
| 38940 | |
| 38941 | |
| 38942 | /***/ }), |
no test coverage detected
searching dependent graphs…