Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ strokeWidth
Method
strokeWidth
Lib/pagebot/contexts/basecontext/basecontext.py:687–688 ·
view source on GitHub ↗
Sets the current stroke width.
(self, w)
Source
from the content-addressed store, hash-verified
685
# Path drawing behavior.
686
687
def
strokeWidth(self, w):
688
""
"Sets the current stroke width."
""
689
690
setStrokeWidth = strokeWidth
691
Callers
1
stroke
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected