ts = [
textures
.lines()
.orientation("diagonal")
.size(4)
.strokeWidth(2)
.stroke('rgb(97,129,98)'),
textures
.lines()
.orientation("horizontal")
.size(4)
.strokeWidth(1)
.stroke('rgb(97,129,98)'),
textures
.lines()
.orientation("vertical")
.size(3)
.strokeWidth(1)
.stroke('rgb(97,129,98)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(3)
.strokeWidth(1)
.shapeRendering("crispEdges")
.stroke('rgb(104,128,101)')
.background('rgb(190,94,97)'),
textures
.lines()
.orientation("horizontal")
.size(4)
.strokeWidth(1)
.stroke('rgb(96,106,131)')
.background('rgb(190,94,97)'),
textures
.lines()
.orientation("vertical", "horizontal", "diagonal")
.size(6)
.strokeWidth(2)
.stroke('rgb(104,128,101)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(3)
.strokeWidth(1)
.stroke('rgb(104,128,101)')
.background('rgb(190,94,97)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(4)
.strokeWidth(3)
.stroke('rgb(104,128,101)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(4)
.strokeWidth(1)
.stroke('rgb(190,94,97)')
.background('rgb(96,106,131)'),
textures
.lines()
.orientation("vertical")
.size(4)
.strokeWidth(2)
.stroke('rgb(104,128,101)')
.background('rgb(96,106,131)'),
textures
.lines()
.orientation("diagonal")
.size(6)
.strokeWidth(4)
.stroke('rgb(104,128,101)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(3)
.strokeWidth(1)
.shapeRendering("crispEdges")
.stroke('rgba(104,128,101, 0.8)'),
textures
.lines()
.orientation("vertical", "horizontal")
.size(3)
.strokeWidth(1)
.shapeRendering("crispEdges")
.stroke('rgb(214,140,136)'),
textures
.lines()
.orientation("vertical")
.size(3)
.strokeWidth(1)
.shapeRendering("crispEdges")
.stroke('rgba(190,94,97,0.5)')
]