<br><br><div class="gmail_quote">I wrote:<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Everything has been going pretty smoothly until just now when I decided to add text to the SVG code. &nbsp;The tags &lt;text ...&gt;&lt;/text&gt; with no content cause no problem but as soon as I put any text between the tags the script runs very slowly. &nbsp;The PDF files are created but have zero content and I get no error returned from svg2pdf.</blockquote>
<div>&nbsp;<br>Further information on the above problem:<br><br>1.&nbsp; I said I got no error from svg2pdf.&nbsp; In fact I get &#39;bus error&#39; when I run it in the terminal.<br>2.&nbsp; If I include only white space between the opening and closing tags, a valid PDF is created.<br>
3.&nbsp; If I write Chinese only between the tags, as below, a valid pdf file is created but the display is blank with no text:<br><br>&lt;text x=&quot;20&quot; y=&quot;20&quot; style=&quot;font-family:serif;font-size:18pt;&quot; fill=&quot;black&quot;&gt;<br>
自力更生<br>&lt;/text&gt;<br><br>4.&nbsp; If I write a mixture of Chinese and polytonic Greek, the PDF file is created but contains garbage and cannot be opened.<br><br>5.&nbsp; Any single us-ascii or accented European character etc. or any combination of these causes a bus error.<br>
<br>I hope someone has a solution, as things were looking very pretty indeed before I bumped into this hurdle.<br><br>JD<br><br></div></div>