ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

Combine fillPatternImage and fill #1029

Open pronebird opened 10 years ago

pronebird commented 10 years ago

Is it possible to combine fillPatternImage + fill color? In my case I have a shape with image centered in the middle and I use a combination of fillPatternScale and fillPatternX, fillPatternY for that. Right now the background around is white. Would be great to have a possibility to fill it with color.