I am designing a UI that uses jointjs to draw a graph.
I need to change the background color of the Paper but I see that changing the .viewport css (e.g. background-color: #ff0000;
) this doesn't affect the appearance of the svg.
How can I add color in the background of the jointjs Paper?
thanks