From: <md...@us...> - 2008-04-22 14:59:43
|
Revision: 5057 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5057&view=rev Author: mdboom Date: 2008-04-22 07:59:03 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Fix inconsistency between svg.embed_chars and svg.embed_char_paths Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/matplotlibrc.template Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-04-22 12:15:13 UTC (rev 5056) +++ trunk/matplotlib/CHANGELOG 2008-04-22 14:59:03 UTC (rev 5057) @@ -1,3 +1,5 @@ +2008-04-22 Use "svg.embed_char_paths" consistently everywhere - MGD + 2008-04-20 Add support to MaxNLocator for symmetric axis autoscaling. - EF 2008-04-20 Fix double-zoom bug. - MM Modified: trunk/matplotlib/matplotlibrc.template =================================================================== --- trunk/matplotlib/matplotlibrc.template 2008-04-22 12:15:13 UTC (rev 5056) +++ trunk/matplotlib/matplotlibrc.template 2008-04-22 14:59:03 UTC (rev 5057) @@ -292,7 +292,7 @@ # svg backend params #svg.image_inline : True # write raster image data directly into the svg file #svg.image_noscale : False # suppress scaling of raster data embedded in SVG -#svg.embed_chars : True # embed character outlines in the SVG file +#svg.embed_char_paths : True # embed character outlines in the SVG file # Set the verbose flags. This controls how much information # matplotlib gives you at runtime and where it goes. The verbosity This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |