A structure defining the appearance of the bleed zone on the canvas.
configuration = { canvas: { printZone: { "bleed": { color: "rgb(255, 0, 0)", altColor: "rgb(255, 0, 0)", step: 1, width: 1 }, "trim": { color: "rgb(255, 0, 0)", step: 5, width: 1 } } } };
Styles of bleed lines.
Styles of trim lines.