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

Function convertAngle

docs/app/js/sanddance-app.js:8970–8973  ·  view source on GitHub ↗
(vegaTextAngle)

Source from the content-addressed store, hash-verified

8968 });
8969};
8970function convertAngle(vegaTextAngle) {
8971 if (vegaTextAngle && !isNaN(vegaTextAngle)) return 360 - vegaTextAngle;
8972 return 0;
8973}
8974function convertAlignment(textAlign) {
8975 switch(textAlign){
8976 case "center":

Callers 1

markStagerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected