[Qt-interest] Better SVG export
Jeremy Sanders
jeremy at jeremysanders.net
Mon Feb 1 13:45:45 CET 2010
Hi - I've written my own SVG exporting paint engine for PyQt (GPL). This is
'better' than the native Qt one because it supports the SVG 1.1 standard,
and includes clipping and tries to make the file size small.
I'd thought I'd post it here in case someone is interested.
One advantage or disadvantage (depending on how you look at it), is that
text is exported as paths, for complete WYSIWYG. It doesn't handle some
things properly, such as bitmap fills and so on.
See
http://svn.gna.org/viewcvs/veusz/trunk/document/svg_export.py?rev=1127&view=markup
Jeremy
--
Jeremy Sanders <jeremy at jeremysanders.net>
More information about the Qt-interest-old
mailing list