MCPcopy Index your code
hub / github.com/plotly/plotly.js / tryVectorizeText

Function tryVectorizeText

stackgl_modules/index.js:13137–13147  ·  view source on GitHub ↗
(text, options)

Source from the content-addressed store, hash-verified

13135}
13136
13137function tryVectorizeText(text, options) {
13138 try {
13139 return vectorizeText(text, options)
13140 } catch(e) {
13141 console.warn('error vectorizing text:"' + text + '" error:', e)
13142 return {
13143 cells: [],
13144 positions: []
13145 }
13146 }
13147}
13148
13149function createTextSprites(
13150 gl,

Callers 1

addItemFunction · 0.85

Calls 1

vectorizeTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…