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