Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rough-stuff/rough-notation
/ strokeWidth
Method
strokeWidth
src/rough-notation.ts:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
get strokeWidth() {
return
this._config.strokeWidth; }
45
set strokeWidth(value) {
46
if
(this._config.strokeWidth !== value) {
47
this._config.strokeWidth = value;
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected