log nodejs/svg.js @ 1535:9aff42a7e2b9 tip

age author description
Mon, 11 Apr 2011 13:17:05 +0800 wycc Merge
Mon, 11 Apr 2011 12:54:39 +0800 wycc A prelimanary support for the SVG 1.2 flowRoot style text support. This is useless unless the region is rectangle.
Sat, 09 Apr 2011 03:41:03 +0800 wycc The scribbo may set the duplicated-src to itself. We work around it here. However, we should modify the scribbo to fix it.
Wed, 06 Apr 2011 21:35:21 +0800 wycc Commit merged result
Wed, 06 Apr 2011 07:51:06 +0800 wycc Add component class which is sued to access the objects in different frame for the same screen object. We will treat the object as the same if the duplicated-src are the same or it is the grpup defined by duplicated-src.
Sun, 03 Apr 2011 18:07:47 +0800 wycc clone the affine matrix ofwhen we use clone_from_subtree. This function will not copy the affine matrix at all. We need to do it manually.
Sun, 03 Apr 2011 11:48:39 +0800 wycc Use clone_from_subtree to generate content for the svg:use.
Sat, 02 Apr 2011 05:36:36 +0800 wycc Fix the svg:use. For a svg:use, it is a group which include the content it reference. It means that we can not tween it to its origin object directly. Instead, we need to ungroup it and then use the result matrix to generate the tweened transformation matrix. Therefore, we need to concate its matrix to the referenced object.
Sun, 27 Mar 2011 08:27:03 +0800 wycc Check if the scenes is defined. Disable the changeScene function if the scenes is not defined for the pure MB program.
Fri, 25 Mar 2011 08:49:01 +0800 wycc Fix the forward refeence issue.
Fri, 25 Mar 2011 03:56:07 +0800 wycc Fix the forward reference issue
Fri, 25 Mar 2011 03:54:45 +0800 wycc Fix the parseUse which setup parameter to the wrong object.
Fri, 25 Mar 2011 02:31:55 +0800 wycc Fix the issue that we put the wrong entry for the groupMap for svg:g element.
Fri, 25 Mar 2011 02:03:17 +0800 wycc Fix the parseImage to setup the transform attributes correctly.
Wed, 23 Mar 2011 23:02:36 +0800 wycc Consider the width and height attribute for the rect elements. The inkscape will change the width and height directly without using transform when we resize the rectangle.
Tue, 22 Mar 2011 01:03:16 +0800 wycc CHange the SVG parser for the scribbo animation.
Fri, 11 Mar 2011 14:07:55 +0800 wycc Check in so that we can check the crash issues.
Tue, 21 Dec 2010 14:36:50 +0800 wycc Add some stub for the animation.
Sat, 20 Nov 2010 20:04:31 +0800 wycc Implement Scene API.
Fri, 12 Nov 2010 16:53:03 +0800 Thinker K.F. Li Fix issue of moving lightbar of testsvg.js.
Wed, 03 Nov 2010 22:02:23 +0800 wycc Use inkscape:label to be the same way as the mbname. In this way, we can use the property editor to define name of the object.
Thu, 21 Oct 2010 23:56:55 +0800 wycc Implement the page stack
Fri, 01 Oct 2010 12:20:26 +0800 Thinker K.F. Li Parse font-style and font-weight of SVG text
Fri, 01 Oct 2010 11:10:26 +0800 Thinker K.F. Li set style for a text with computed text length
Sun, 26 Sep 2010 14:25:55 +0800 Thinker K.F. Li Do not fill and stroke when the color is none or unseted abs_n_rel_center
Sun, 26 Sep 2010 14:09:16 +0800 Thinker K.F. Li Set opacity for a path. abs_n_rel_center
Sat, 25 Sep 2010 22:04:23 +0800 Thinker K.F. Li Remove debug messages abs_n_rel_center
Sat, 25 Sep 2010 20:31:53 +0800 Thinker K.F. Li Parse color and stroke width of tspan object correctly. abs_n_rel_center
Sat, 25 Sep 2010 20:12:45 +0800 Thinker K.F. Li Transform positions of radient paints. abs_n_rel_center
Sat, 25 Sep 2010 18:46:37 +0800 Thinker K.F. Li Formalize path data for MadButterfly. abs_n_rel_center
Sat, 25 Sep 2010 17:43:39 +0800 Thinker K.F. Li Set paint for tspan correctly abs_n_rel_center
Sat, 25 Sep 2010 16:17:49 +0800 Thinker K.F. Li Handle stroke-width and gradientTransform abs_n_rel_center
Sat, 25 Sep 2010 15:31:28 +0800 Thinker K.F. Li Refactory loadSVG._set_paint() abs_n_rel_center
Sat, 25 Sep 2010 12:09:35 +0800 Thinker K.F. Li Fix bug of parsing linear and radial gradient abs_n_rel_center
Fri, 24 Sep 2010 23:55:02 +0800 Thinker K.F. Li Parse radial gradient abs_n_rel_center
Fri, 24 Sep 2010 16:06:42 +0800 Thinker K.F. Li Merge from default branch abs_n_rel_center
Tue, 21 Sep 2010 00:28:44 +0800 Thinker K.F. Li Move initial values of bbox and center to bbox.orig and center.orig abs_n_rel_center
Mon, 20 Sep 2010 22:43:44 +0800 Thinker K.F. Li Make scale work on center of an object abs_n_rel_center
Mon, 20 Sep 2010 22:43:43 +0800 Thinker K.F. Li Use accessor to return bbox values abs_n_rel_center
Mon, 20 Sep 2010 22:43:43 +0800 Thinker K.F. Li Revert changeset 76fe4afce640 abs_n_rel_center
Mon, 20 Sep 2010 21:47:21 +0800 wycc Use the center as the default transformaqtion point.
Sun, 19 Sep 2010 19:28:33 +0800 wycc Fix the location of the text elements.
Sun, 19 Sep 2010 11:38:17 +0800 wycc Use attribute x and y
Sat, 18 Sep 2010 21:23:51 +0800 wycc The inkscape:bbox is defined as the global coordinate system. However, the center.x and center.y must be the coordiante system of the parent group of the SVG entity. Therefore, we need to do coordinate transformation from the global coordination system to the local coordination system.
Wed, 15 Sep 2010 01:18:49 +0800 wycc Use accessor to replace the method to setup the opacity
Thu, 02 Sep 2010 10:59:02 +0800 Thinker K.F. Li Support opacity on coords
Wed, 01 Sep 2010 20:04:35 +0800 Thinker K.F. Li Move bounding box and center back to an object
Wed, 01 Sep 2010 18:04:20 +0800 Thinker K.F. Li Fix incorrect variable name
Wed, 01 Sep 2010 02:06:32 +0800 wycc Allow relative path
Tue, 31 Aug 2010 14:54:47 +0800 Thinker K.F. Li Fix issue of incorrect top position of bbox.
Tue, 31 Aug 2010 02:36:01 +0800 Thinker K.F. Li Add holder for animate
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.