MCPcopy Index your code
hub / github.com/benfry/processing4 / setStrokeWeight

Method setStrokeWeight

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

Source from the content-addressed store, hash-verified

1226
1227
1228 void setStrokeWeight(String lineweight) {
1229 strokeWeight = parseUnitSize(lineweight, svgSizeXY);
1230 }
1231
1232
1233 void setStrokeOpacity(String opacityText) {

Callers 1

parseColorsMethod · 0.95

Calls 1

parseUnitSizeMethod · 0.95

Tested by

no test coverage detected