As a hack, I suppose that you could add

transform="scale(0.2)" (or some such) to the attributes of the paths for 
the glyph symbols.

i.e.

replace

<path style="stroke:none;" d="M 0.5 1.765625 L 0.5 -7.046875 L 5.5 
-7.046875 L 5.5 1.765625 L 0.5 1.765625 Z M 1.0625 1.21875 L 4.9375 
1.21875 L 4.9375 -6.484375 L 1.0625 -6.484375 L 1.0625 1.21875 Z M 
1.0625 1.21875 "/>

with

<path transform="scale(0.2)" style="stroke:none;" d="M 0.5 1.765625 L 
0.5 -7.046875 L 5.5 -7.046875 L 5.5 1.765625 L 0.5 1.765625 Z M 1.0625 
1.21875 L 4.9375 1.21875 L 4.9375 -6.484375 L 1.0625 -6.484375 L 1.0625 
1.21875 Z M 1.0625 1.21875 "/>

and do that for each of the glyphs.

Paul.


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to