MCPcopy
hub / github.com/adobe-webplatform/Snap.svg / checkNext

Function checkNext

test/path.js:148–150  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

146 var absPath = Snap.path.toAbsolute(relPath);
147 var i = 0;
148 var checkNext = function(arr) {
149 expect(absPath[i++]).to.eql(arr);
150 }
151 checkNext(['M', 10, 10]);
152 checkNext(['H', 50]);
153 checkNext(['V', 40]);

Callers 1

path.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected