Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
function
convertBaseline(baseline: SceneTextBaseline): AlignmentBaseline {
85
switch (baseline) {
86
case
'middle'
:
return
'center'
;
87
}
88
return
baseline ||
'bottom'
;
89
}
90
91
export
default markStager;
Callers
1
markStager
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected