Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Yqnn/svg-path-editor
/ ExportConfigService
Class
ExportConfigService
src/app/config.service.ts:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
providedIn:
'root'
52
})
53
export
class
ExportConfigService {
54
@save() fill = true;
55
@save() fillColor =
'#000000'
;
56
@save() stroke = false;
57
@save() strokeColor =
'#FF0000'
;
58
@save() strokeWidth = 0.1;
59
}
Callers
nothing calls this directly
Calls
1
save
Function · 0.85
Tested by
no test coverage detected