Home
last modified time | relevance | path

Searched refs:crispLines (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js7432 if (curSketch.options.crispLines) {
8630 … if ((x1 === x2 || y1 === y2) && lineWidth <= 1.0 && doStroke && curSketch.options.crispLines) {
8792 if (doStroke && !doFill && lineWidth <= 1.0 && curSketch.options.crispLines) {
12905 sketch.options.crispLines = value === "true";
12967 crispLines: false, property in Processing.Sketch.options