Mercurial > MadButterfly
log nodejs/svg.js @ 848:702e4874a58a
age | author | description |
---|---|---|
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. |