I am developing some software that takes an SVG and inserts it into a PDF using TCPDF. The PDF will then get sent to a Roland printer that has the ability to cut. I would like to know how I define a spot colour in the SVG to tell the printer where to cut.
The name of the spot color is CutContour
. How would I tell a path in the SVG to use this color?
The SVG is ready made and does not need to be generated.
Sorry for the uncertainty but I don't really know where to start. Any help is appreciated.