Revision: 4442
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4442&view=rev
Author:   mdboom
Date:     2007-11-26 07:42:10 -0800 (Mon, 26 Nov 2007)

Log Message:
-----------
Reduce SVG file sizes.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_svg.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_svg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_svg.py     2007-11-26 
15:31:54 UTC (rev 4441)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_svg.py     2007-11-26 
15:42:10 UTC (rev 4442)
@@ -26,7 +26,7 @@
 
 _capstyle_d = {'projecting' : 'square', 'butt' : 'butt', 'round': 'round',}
 class RendererSVG(RendererBase):
-    FONT_SCALE = 1200.0
+    FONT_SCALE = 100.0
 
     def __init__(self, width, height, svgwriter, basename=None):
         self.width=width


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to