log nodejs/svg.js @ 787:0899dcac441c

age author description
Tue, 31 Aug 2010 01:26:22 +0800 Thinker K.F. Li Set bounding box attributes for JS
Tue, 31 Aug 2010 00:49:35 +0800 Thinker K.F. Li Refactor color parsing and fix bug of parsing path
Tue, 31 Aug 2010 00:06:11 +0800 Thinker K.F. Li mbapp accept arguments for display, width and height
Mon, 30 Aug 2010 23:52:59 +0800 Thinker K.F. Li Re-indent ts=8 to make editor and cat seeing the same thing
Mon, 30 Aug 2010 08:56:44 +0800 wycc Implement new algorithm to calculate the origin of the SVG elemnts so that we can implement object resize without changing the position of the object.
Sat, 28 Aug 2010 22:14:38 +0800 wycc Add origin calculation support
Thu, 26 Aug 2010 00:16:12 +0800 wycc Add linearGradient support.
Fri, 20 Aug 2010 08:34:34 +0800 wycc Add set_text to the coordinate of the coord_t of the text.
Sun, 15 Aug 2010 01:44:38 +0800 Thinker K.F. Li Fix issue of redefine a variable with the same name of a argument
Sun, 15 Aug 2010 01:41:10 +0800 Thinker K.F. Li Collect mbnames and mapping to object through mb_rt.mbnames
Sun, 15 Aug 2010 01:26:09 +0800 Thinker K.F. Li Refactor loadSVG as a class
Sat, 14 Aug 2010 23:52:43 +0800 Thinker K.F. Li Paint with black for unspecified, not "none", fill and stroke.
Fri, 13 Aug 2010 23:38:29 +0800 wycc Translate the svg.js as a nodejs module.
Fri, 13 Aug 2010 20:41:00 +0800 Thinker K.F. Li Recognize color name
Fri, 13 Aug 2010 19:52:00 +0800 Thinker K.F. Li fill with black by default instead of stroke black
Fri, 13 Aug 2010 18:23:44 +0800 Thinker K.F. Li Fill shapes with black if with out any stroke and fill in the style
Fri, 13 Aug 2010 17:51:21 +0800 Thinker K.F. Li Make code clear
Fri, 13 Aug 2010 17:42:59 +0800 Thinker K.F. Li Default alpha of a tag is '1'
Fri, 13 Aug 2010 17:20:17 +0800 Thinker K.F. Li Parse path tag for SVG
Fri, 13 Aug 2010 11:10:49 +0800 Thinker K.F. Li Flush mb_rt, immediately, after redraw_all()
Fri, 13 Aug 2010 08:16:18 +0800 wycc Add rect and matrix support. The test.svg can be rendered almost correctly now.
Thu, 29 Jul 2010 00:15:19 +0800 wycc Add image tag support.
Thu, 29 Jul 2010 00:12:18 +0800 wycc Add image support
Wed, 21 Jul 2010 07:27:15 +0800 wycc Add the missing 'else'
Wed, 21 Jul 2010 07:26:12 +0800 wycc Implement text style parser
Fri, 16 Jul 2010 04:04:53 +0800 wycc Add the text style parser. This can not handle the recursive tspan yet.
Thu, 15 Jul 2010 22:34:04 +0800 wycc Add SVG parser sample code.