<div><font>Hi,<br></font></div><div><font><br></font></div><div><font>I think text output in SVG is essential. Labels are one of the things that can always be improved in post-processing. But if labels are only available as paths, all of them have to be redone to maintain consistency ... awful amount of work.<br>
</font></div><div><font><br></font></div><div><font>Best wishes,<br></font></div><div><font><br></font></div><div><font>Anita<br></font></div><div><font><br></font></div><br><div class="gmail_quote">On Sun, Mar 11, 2012 at 9:08 PM, Martin Dobias <span dir="ltr">&lt;<a href="mailto:wonder.sk@gmail.com">wonder.sk@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, Mar 11, 2012 at 9:01 PM, Alex Mandel &lt;<a href="mailto:tech_dev@wildintellect.com">tech_dev@wildintellect.com</a>&gt; wrote:<br>

&gt; On 03/11/2012 11:55 AM, Martin Dobias wrote:<br>
</div><div class="im">&gt;&gt; Anyway it&#39;s worth noting that when rendering text there are two possibilities:<br>
&gt;&gt; 1. draw text (old labeling) - faster, hard to draw buffers (currently<br>
&gt;&gt; being drawn by shifting the text several times)<br>
&gt;&gt; 2. convert text to vector path + draw path (new labeling) - slower,<br>
&gt;&gt; but with nice buffers (antialiased etc). Problems: text is converted<br>
&gt;&gt; to vectors -&gt; harder postprocessing, bigger buffers are not drawn<br>
&gt;&gt; correctly.<br>
&gt;&gt;<br>
&gt;&gt; Martin<br>
&gt;<br>
&gt; Ah, that explains why the text isn&#39;t exported as text in svg files.<br>
&gt; Would it be possible or make sense to do both. E.g. the text stays text<br>
&gt; but a copy is converted and buffers are generated on the copy that is a<br>
&gt; path?<br>
<br>
</div>I haven&#39;t tried that but I expect that it will not look good because<br>
the rendering algorithms are different.<br>
<br>
I will be probably moving new labeling to use directly text drawing in<br>
future since path drawing is several times slower...<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br>