Remix.run Logo
ttoinou 7 days ago

Soon we’re gonna need Canvas rendering inside of HTML-in-Canvas

bastawhiz 7 days ago | parent [-]

It should already work if the nested canvas uses the same approach. It's not cyclic, though. To make cyclic canvases work, you need to manually draw the parent canvas to a nested canvas.

koolala 7 days ago | parent [-]

Now your thinking with canvas.