MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / applyFill

Function applyFill

experimental/scripting/deprecated/bscript.js:398–401  ·  view source on GitHub ↗
(p, ref)

Source from the content-addressed store, hash-verified

396 };
397
398 var applyFill = function(p, ref){
399 p.setAttribute("fill", ref.fill.fill);
400 p.setAttribute("fill-opacity", ref.fill.alpha)
401 };
402
403 var state = {lastPath : null};
404 this.moveTo = function(params){

Callers 1

bscript.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected