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