Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/veasion/AiPPT
/ scaleAnchor
Function
scaleAnchor
static/ppt2svg.js:258–260 ·
view source on GitHub ↗
(point)
Source
from the content-addressed store, hash-verified
256
}
257
258
function
scaleAnchor(point) {
259
return
point ? [...point.map(s => s * zoom)] : point
260
}
261
262
function
scaleValue(value) {
263
return
value ? value * zoom : value
Callers
11
shapeHandle
Function · 0.85
drawBackground
Function · 0.85
drawTextWithG
Function · 0.85
drawTableColumn
Function · 0.85
drawDiagram
Function · 0.85
drawContainer
Function · 0.85
drawGraphicFrame
Function · 0.85
drawGeometry
Function · 0.85
toPaint
Function · 0.85
calcPointList
Function · 0.85
doElementRotate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected