<div dir="ltr"><div><div><div><div>Hi<br><br></div>I am using Genome Diagram to draw features on tracks, and I need to know if there is a way to make the sigil color solid instead of transparent. Since BIGARROW sigil is what I prefer the track line behind each feature is visible. <br><br></div>Since colors for this module are derived from ReportLab, I tried to investigate if there is something that I can use, this is where I reached:<br><br><span><span class="">from</span><span> reportlab.pdfgen.canvas </span><span class="">import</span><span> Canvas</span></span><br><span>c = Canvas(filename,pagesize=(<span class="">400</span><span>,</span><span class="">200</span><span>))  <br></span></span><span>c.drawString(<span class="">25</span><span>,</span><span class="">180</span><span>,<b><span style="color:rgb(153,0,255)"> </span></b></span><b><span style="color:rgb(153,0,255)"><span class="">&#39;solid&#39;</span></span></b><span>)  </span></span><br><br></div>However to use this property<span style="color:rgb(153,0,255)"><b> &#39;solid&#39;</b></span>, drawstring needs to be used which is a property of canvas.<br><br></div><div>What can I do to over ride the default property of transparency for sigil colors? Any Inputs?<br></div><div><br></div><div>Thanks,<br></div><div>Asma<br></div><div><div><div><br><br></div></div></div></div>