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

Function prepPaints

src/js/method-draw.js:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113 // Makes sure the current selected paint is available to work with
114 var prepPaints = function() {
115 Editor.paintBox.fill.prep();
116 Editor.paintBox.stroke.prep();
117 }
118
119 var getPaint = function(color, opac, type) {
120 // update the editor's fill paint

Callers 2

clickClearFunction · 0.85
saveChangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected