|
From: <ai...@us...> - 2009-03-13 16:21:53
|
Revision: 9736
http://plplot.svn.sourceforge.net/plplot/?rev=9736&view=rev
Author: airwin
Date: 2009-03-13 16:21:44 +0000 (Fri, 13 Mar 2009)
Log Message:
-----------
Disable svgqt by default since the results don't validate (!) and also show
text position errors for application versions that produce good text
positioning for -dev svgcairo and -dev svg.
Modified Paths:
--------------
trunk/cmake/modules/drivers-init.cmake
Modified: trunk/cmake/modules/drivers-init.cmake
===================================================================
--- trunk/cmake/modules/drivers-init.cmake 2009-03-13 14:00:05 UTC (rev 9735)
+++ trunk/cmake/modules/drivers-init.cmake 2009-03-13 16:21:44 UTC (rev 9736)
@@ -91,7 +91,8 @@
"pngqt:qt:ON"
"ppmqt:qt:ON"
"tiffqt:qt:ON"
-"svgqt:qt:ON"
+# Currently does not validate and has text positioning errors.
+"svgqt:qt:OFF"
"gif:gd:ON"
"jpeg:gd:ON"
"png:gd:ON"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|