MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / isAngle

Function isAngle

src/test/resources/libraries/html2canvas/html2canvas.js:1669–1676  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1667 }
1668 };
1669 var isAngle = function (value) {
1670 if (value.type === 15 /* DIMENSION_TOKEN */) {
1671 if (value.unit === DEG || value.unit === GRAD || value.unit === RAD || value.unit === TURN) {
1672 return true;
1673 }
1674 }
1675 return false;
1676 };
1677 var parseNamedSide = function (tokens) {
1678 var sideOrCorner = tokens
1679 .filter(isIdentToken)

Callers 2

linearGradientFunction · 0.85
prefixLinearGradientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…