(indent)
| 123170 | } |
| 123171 | Scenegraph.prototype = { |
| 123172 | toJSON (indent) { |
| 123173 | return sceneToJSON(this.root, indent || 0); |
| 123174 | }, |
| 123175 | mark (markdef, group6, index) { |
| 123176 | group6 = group6 || this.root.items[0]; |
| 123177 | const mark = createMark(markdef, group6); |
nothing calls this directly
no test coverage detected