TickingClock1992/RIdeogram

cannot load more than 200000 XML elements

Opened this issue · 0 comments

Hello, I am trying to display an overlay of 235592 specific markers, but I am getting an error when converting the SVG to PNG:

convertSVG("chromosome.svg", device = "png")
Error in rsvg_format(svg, file, width = width, height = height, css = css, :
Failed to parse svg: XML parse error: cannot load more than 200000 XML elements

Is there a way to overcome this?
Thanks