Mercurial > MadButterfly
log nodejs/svg.js @ 852:0027379c962e abs_n_rel_center
age | author | description |
---|---|---|
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 |