(attributes)
| 1364 | } |
| 1365 | class LineNode { |
| 1366 | constructor(attributes) { |
| 1367 | this.attributes = void 0; |
| 1368 | this.attributes = attributes || {}; |
| 1369 | } |
| 1370 | |
| 1371 | toNode() { |
| 1372 | const svgNS = "http://www.w3.org/2000/svg"; |
nothing calls this directly
no outgoing calls
no test coverage detected