cburgmer / rasterizeHTML.js

Renders HTML into the browser's canvas
http://cburgmer.github.io/rasterizeHTML.js
MIT License
2.45k stars 220 forks source link

RasterizeHtml with jsPlumb #185

Closed luvicri closed 6 years ago

luvicri commented 7 years ago

Hi, i'm using jsPlumb to build a graph, jsPlumb uses svg to create the links between the nodes, but when i lunch drawHtml in the rendering result there aren't the links! How can i solve the problem? Best regards.

cburgmer commented 7 years ago

Hey, sorry for the late answer. I don't know jsPlumb. Probably the best way to narrow down the problem is to get hold of a minimal generated svg and start from there. Can you provide a simple graph?

cburgmer commented 6 years ago

Closing for now, please reopen with more information if needed.