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

Method toString

test/unit/object.js:670–672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668 }
669 }
670 toString() {
671 return JSON.stringify(this.toJSON(), null, '\t');
672 }
673 }
674 class TestCollection extends fabric.createCollectionMixin(TestObject) {
675 constructor({ id }) {

Callers 12

canvas.jsFile · 0.45
pattern.jsFile · 0.45
point.jsFile · 0.45
image.jsFile · 0.45
object.jsFile · 0.45
group.jsFile · 0.45
path.jsFile · 0.45
text.jsFile · 0.45
canvas_static.jsFile · 0.45
activeselection.jsFile · 0.45
shadow.jsFile · 0.45
gradient.jsFile · 0.45

Calls 1

toJSONMethod · 0.95

Tested by

no test coverage detected