1 2 3 4 5 6 7 8
class FillStylePattern { constructor(img, pattern) { this._style = pattern; this._img = img; } } export default FillStylePattern;