From: <md...@us...> - 2008-04-22 15:02:15
|
Revision: 5058 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5058&view=rev Author: mdboom Date: 2008-04-22 08:01:00 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Fix inconsistency between svg.embed_chars and svg.embed_char_paths Modified Paths: -------------- branches/v0_91_maint/CHANGELOG branches/v0_91_maint/matplotlibrc.template Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008-04-22 14:59:03 UTC (rev 5057) +++ branches/v0_91_maint/CHANGELOG 2008-04-22 15:01:00 UTC (rev 5058) @@ -1,3 +1,5 @@ +2008-04-22 Use "svg.embed_char_paths" consistently everywhere - MGD + 2008-04-11 Fix global font rcParam setting after initialization time. - MGD Modified: branches/v0_91_maint/matplotlibrc.template =================================================================== --- branches/v0_91_maint/matplotlibrc.template 2008-04-22 14:59:03 UTC (rev 5057) +++ branches/v0_91_maint/matplotlibrc.template 2008-04-22 15:01:00 UTC (rev 5058) @@ -156,7 +156,7 @@ # 'tex': As TeX-like text. Text between $'s will be # formatted as a TeX math expression. # This setting has no effect when text.usetex is True. - # In that case, all text will be sent to TeX for + # In that case, all text will be sent to TeX for # processing. # The following settings allow you to select the fonts in math mode. @@ -171,7 +171,7 @@ #mathtext.fontset : cm # Should be 'cm' (Computer Modern), 'stix', # 'stixsans' or 'custom' #mathtext.fallback_to_cm : True # When True, use symbols from the Computer Modern - # fonts when a symbol can not be found in one of + # fonts when a symbol can not be found in one of # the custom math fonts. ### AXES @@ -291,7 +291,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. |