log tools/svg2code.py @ 372:2212f515584c

age author description
Fri, 27 Mar 2009 13:07:50 +0800 Thinker K.F. Li Adjust stroke width to more close to rendering result of Inkscape
Sat, 07 Mar 2009 10:55:42 +0800 Thinker K.F. Li Make generated code clean.
Thu, 05 Mar 2009 00:54:42 +0800 Thinker K.F. Li Fix bug that svg2code.py handle fill & stroke opacity in a wrong way.
Sun, 22 Feb 2009 14:20:17 +0800 wycc Merge the image loader back
Sat, 21 Feb 2009 21:45:04 +0800 wycc * Keep the font name as the original case.
Sun, 15 Feb 2009 08:21:37 +0800 wycc Use the opacity of the style to overwrite the default opacity property of the node itself.
Sun, 01 Feb 2009 16:28:28 +0800 wycc * Fix the symbol definition code which does not assume the id is the same as the mbname.
Sat, 31 Jan 2009 17:24:00 +0800 wycc * Fix tspan inside tspan parsing issue
Sat, 31 Jan 2009 16:52:28 +0800 wycc Check in test program for sh_text_set_text for debugging. It is not working yet.
Sat, 31 Jan 2009 12:29:50 +0800 wycc Add merged result mbtext
Sat, 31 Jan 2009 11:51:19 +0800 wycc * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser mbtext
Sat, 31 Jan 2009 09:41:04 +0800 wycc Implement the whole tspan attribute. Currently, we can accept font family/font style/font weight and font size. mbtext