Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createPattern
Function · 0.85
done
Function · 0.85
setSrc
Function · 0.70
toObject
Method · 0.45
fromObject
Method · 0.45
toLive
Method · 0.45
toString
Method · 0.45
toSVG
Method · 0.45
Tested by
no test coverage detected