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 <[email protected]> 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 [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt >
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
