MCPcopy
hub / github.com/fabricjs/fabric.js / pattern.js

File pattern.js

test/unit/pattern.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function() {
2 var IMG_SRC = isNode() ? ('file://' + __dirname + '/../fixtures/greyfloral.png') : '../fixtures/greyfloral.png';
3
4 function setSrc(img, src, callback) {

Callers

nothing calls this directly

Calls 8

createPatternFunction · 0.85
doneFunction · 0.85
setSrcFunction · 0.70
toObjectMethod · 0.45
fromObjectMethod · 0.45
toLiveMethod · 0.45
toStringMethod · 0.45
toSVGMethod · 0.45

Tested by

no test coverage detected