Searched refs:getPatternSrc (Results 1 – 2 of 2) sorted by relevance
7901 getPatternSrc: function() { method7920 return String(this.getPatternSrc).replace('this.color', '"' + this.color + '"');7927 return this.canvas.contextTop.createPattern(this.source || this.getPatternSrc(), 'repeat');
5 …getPatternSrc:function(){var dotWidth=20,dotDistance=5,patternCanvas=fabric.document.createElement… method