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

Function convertBaseline

packages/vega-deck.gl/src/marks/text.ts:84–89  ·  view source on GitHub ↗
(baseline: SceneTextBaseline)

Source from the content-addressed store, hash-verified

82}
83
84function convertBaseline(baseline: SceneTextBaseline): AlignmentBaseline {
85 switch (baseline) {
86 case 'middle': return 'center';
87 }
88 return baseline || 'bottom';
89}
90
91export default markStager;

Callers 1

markStagerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected