MCPcopy Index your code
hub / github.com/processing/processing / setStrokeWeight

Method setStrokeWeight

core/src/processing/core/PShapeSVG.java:1221–1223  ·  view source on GitHub ↗
(String lineweight)

Source from the content-addressed store, hash-verified

1219
1220
1221 void setStrokeWeight(String lineweight) {
1222 strokeWeight = parseUnitSize(lineweight, svgSizeXY);
1223 }
1224
1225
1226 void setStrokeOpacity(String opacityText) {

Callers 1

parseColorsMethod · 0.95

Calls 1

parseUnitSizeMethod · 0.95

Tested by

no test coverage detected