I am using FrabricJS to make a customizable belt builder.
I have most of the code working, however for the life of me I cannot have the canvases overlapping each other.
I have already tried this and this codes, but either the canvas don't stack perfectely and they are slightly offset, and/or the rest of the code stops working.
You can find the whole code here
I have tried using absolite positioning, as well as wrapping both canvases on their own individual divs, but no cigar.
Help please!