MCPcopy Create free account
hub / github.com/devforth/painterro / setLineWidth

Method setLineWidth

js/main.js:1490–1492  ·  view source on GitHub ↗
(width)

Source from the content-addressed store, hash-verified

1488
1489
1490 setLineWidth(width) {
1491 setPrimitiveToolValue(width,this.primitiveTool,'setLineWidth','lineWidth');
1492 }
1493
1494 setArrowLength(length) {
1495 setPrimitiveToolValue(length,this.primitiveTool,'setArrowLength','arrowLength');

Callers 2

constructorMethod · 0.45
actionMethod · 0.45

Calls 1

setPrimitiveToolValueFunction · 0.90

Tested by

no test coverage detected