Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Yqnn/svg-path-editor
/ setRelative
Method
setRelative
src/app/app.component.ts:347–350 ·
view source on GitHub ↗
(rel: boolean)
Source
from the content-addressed store, hash-verified
345
}
346
347
setRelative(rel: boolean) {
348
this.parsedPath.setRelative(rel);
349
this.afterModelChange();
350
}
351
352
reverse() {
353
reversePath(this.parsedPath);
Callers
nothing calls this directly
Calls
1
afterModelChange
Method · 0.95
Tested by
no test coverage detected