TickingClock1992 / RIdeogram

154 stars 23 forks source link

cannot load more than 200000 XML elements #27

Open ChrisOmics opened 2 years ago

ChrisOmics commented 2 years ago

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