()
| 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 |
no outgoing calls
no test coverage detected