4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

my grouped elements are not moving together #1240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
am having the group combined with a `rect`, `text` and `g` but while move the 
group my all the elements are moving together except the `g` ,anyone have the 
same issue ?

my group elements are follows

<g id="svg_group_osiz_37">
   <rect fill="#FCC778" stroke="#000000" stroke-width="6" x="1165" y="783.1001" width="634" height="291" id="svg_14" class="1/c/0xd6d6d6,2/c/0xd6d6d6,3/c/0xd6d6d6,4/c/0xd6d6d6*$*1/c/0xd6d6d6,2/c/0xd6d6d6,3/c/0xd6d6d6,4/c/0xd6d6d6*$*texture17`#f1bc9a*$*texture1.jpg*$*t/ceiling1.jpg"/>
   <text class="meter_range" id="meter_range_rect37_n" font-family="serif" fill="#04739E" font-size="15" text-anchor="middle" xml:space="preserve" x="1482" y="795">6.38m</text>
   <text class="meter_range" id="meter_range_rect37_e" font-family="serif" fill="#04739E" font-size="15" text-anchor="middle" xml:space="preserve" x="1796" y="928.6001" transform="rotate(-90, 1796, 928.6)">2.96m</text>
   <text class="meter_range" id="meter_range_rect37_s" font-family="serif" fill="#04739E" font-size="15" text-anchor="middle" xml:space="preserve" x="1482" y="1071.1001">6.38m</text>
   <text class="meter_range" id="meter_range_rect37_w" font-family="serif" fill="#04739E" font-size="15" text-anchor="middle" xml:space="preserve" x="1177" y="928" transform="rotate(-90, 1177, 928)">2.96m</text>
   <g class="object_class38" transform="rotate(90, 1478, 750) translate(1478, 750) scale(0.5, 0.51)" id="object_38">
    <g id="drag_drop_D">
     <path stroke="#000000" fill="#995c2f" stroke-linecap="round" stroke-linejoin="round" id="uid124" d="m-32,-53l10,0l0,106l-10,0l0,-106z"/>
     <path stroke="#000000" fill="#995c2f" stroke-linecap="round" stroke-linejoin="round" id="uid125" d="m-22,-31l0,-5l54,58l-2,2l-52,-55z"/>
     <path stroke="#000" fill="none" stroke-linecap="round" stroke-linejoin="round" id="uid126" d="m-22,37c0,0 34,5 52,-13"/>
    </g>
   </g>
  </g>

Original issue reported on code.google.com by kan...@osiztechnologies.com on 1 Oct 2014 at 10:52