MCPcopy
hub / github.com/methodofaction/Method-Draw / changeBlur

Function changeBlur

src/js/method-draw.js:254–263  ·  view source on GitHub ↗
(ctl, completed)

Source from the content-addressed store, hash-verified

252 }
253
254 var changeBlur = function(ctl, completed) {
255 val = ctl.value;
256 $('#blur').val(val);
257 if (completed) {
258 svgCanvas.setBlur(val, true);
259 }
260 else {
261 svgCanvas.setBlurNoUndo(val);
262 }
263 }
264
265 $('#stroke_style').change(function(){
266 svgCanvas.setStrokeAttr('stroke-dasharray', $(this).val());

Callers

nothing calls this directly

Calls 1

$Function · 0.85

Tested by

no test coverage detected