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
Hello, I am trying to display an overlay of 235592 specific markers, but I am getting an error when converting the SVG to PNG:
Is there a way to overcome this? Thanks