MCPcopy Create free account
hub / github.com/microsoft/SandDance / pickMark

Function pickMark

docs/app/js/sanddance-app.js:122626–122628  ·  view source on GitHub ↗
(mark, x33, y32)

Source from the content-addressed store, hash-verified

122624 });
122625}
122626function pickMark(mark, x33, y32) {
122627 return (mark.interactive !== false || mark.marktype === "group") && mark.bounds && mark.bounds.contains(x33, y32);
122628}
122629var group = {
122630 type: "group",
122631 tag: "g",

Callers 1

pickFunction · 0.70

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected