log tools/svg2code.py @ 1410:afa062941f39

age author description
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Thu, 10 Sep 2009 17:36:45 +0800 Thinker K.F. Li Use cairo to transform and draw arc.
Wed, 29 Jul 2009 16:35:13 +0800 Thinker K.F. Li Add coord for stext
Wed, 29 Jul 2009 15:03:26 +0800 Thinker K.F. Li Add -s option to svg2code.py.
Wed, 29 Jul 2009 14:58:31 +0800 Thinker K.F. Li Reformat svg2code.py to make more compatible witth our convention
Fri, 27 Mar 2009 15:39:06 +0800 Thinker K.F. Li Avoid set stroke width on shape with stroke=none
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
Sun, 25 Jan 2009 00:20:34 +0800 Thinker K.F. Li Fix mis-behavior of translate_path_data() on arc.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
Thu, 15 Jan 2009 16:46:47 +0800 Thinker K.F. Li Simple image loader and image shape.
Wed, 31 Dec 2008 02:08:40 +0800 Thinker K.F. Li Add scene support in svg2code.py.
Fri, 12 Dec 2008 00:33:54 +0800 Thinker K.F. Li M4 macros to generate code for dynamic loading.
Wed, 19 Nov 2008 00:27:20 +0800 wycc Translate the path string into binary array to save the parsing in the runtime. It can reduce the size as well.
Wed, 10 Sep 2008 13:35:56 +0800 Thinker K.F. Li More documentation.
Fri, 22 Aug 2008 16:14:53 +0800 Thinker K.F. Li Fix bug of dealing matrix().
Fri, 22 Aug 2008 15:47:03 +0800 Thinker K.F. Li matrix() function in transform attribute of group and shapes
Fri, 22 Aug 2008 12:52:48 +0800 Thinker K.F. Li Support translate() function for transform attribute of 'g' tag.
Fri, 22 Aug 2008 00:12:04 +0800 Thinker K.F. Li example
Thu, 21 Aug 2008 13:52:23 +0800 Thinker K.F. Li Hide shapes and groups
Thu, 21 Aug 2008 00:27:36 +0800 Thinker K.F. Li svg2code.py support stroke
Wed, 20 Aug 2008 23:33:04 +0800 Thinker K.F. Li Add runtime for Xlib.
Wed, 13 Aug 2008 02:11:55 +0800 Thinker K.F. Li Use file name of generated M4 script as name of header
Wed, 13 Aug 2008 02:07:40 +0800 Thinker K.F. Li M4 macro for C binding.
Tue, 12 Aug 2008 14:21:09 +0800 Thinker K.F. Li m4 translator
Tue, 12 Aug 2008 08:48:16 +0800 Thinker K.F. Li Generate C header files for SVG files.