[PyQt] Text on SVG images

Dov Grobgeld dov.grobgeld at gmail.com
Wed Apr 7 11:03:17 BST 2010


Perhaps append a text element to the SVG image in order to generate a
temporary image that you can display instead of the original image. If you
put your text element at the end of the file (before the closing </svg>
tag), then it will be displayed on top of all other SVG display elements.

Regards,
Dov

On Tue, Apr 6, 2010 at 19:39, Anshul Jain <aj.phoenixter at gmail.com> wrote:

> Hello,
>
> As we know that text on an svg image cannot be directly displayed.
>
>
> Please suggest an easy and efficient way to display text on SVG images.
>
>
> Regards
> Anshul
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100407/6ca0c8bd/attachment.html>


More information about the PyQt mailing list