Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jabbany/CommentCoreLibrary
/ applyFill
Function
applyFill
src/scripting/Unpacker.js:319–325 ·
view source on GitHub ↗
(p, ref)
Source
from the content-addressed store, hash-verified
317
};
318
319
var
applyFill =
function
(p, ref){
320
__(p, {
321
"fill"
: ref.fill.fill,
322
"fill-opacity"
: ref.fill.alpha,
323
"fill-rule"
: ref.fill.fillRule
324
});
325
};
326
327
var
state = {
328
lastPath : null,
Callers
1
Unpacker.js
File · 0.70
Calls
1
__
Function · 0.85
Tested by
no test coverage detected