Hello,

Helder Magalhães wrote:
> 
> Hi kpu,
> 
> 
>>  I wish grouped elements "by component".
> [...]
>> This code example below generate this svg content
> [code snippet]
>> But i would like this (group by component) :
> [code snippet]
> 
> I'm not sure what you mean with "by component"... I didn't found a
> relevant enough difference in the code snippets which would help
> understanding the difference. Please clear it up a bit in order to get
> interesting feedback, as I feel this is either 1) not the usual
> keywords for what you mean or 2) is a highly specific concept (beyond
> the scope of graphics/SVG/Batik). Describing what you intend to do [1]
> generally helps as well. ;-)
> 
> 


I want to get the following general schema :
 
<svg>
<g>
  <g> svg instructions of m1  </g>
  <g> svg instructions of m2    </g>
   ...
  <g>   svg instructions of m n    </g>
<g>
</svg>


And NOT as the default ouput :

<svg>
<g>
 svg instructions of m1 
 svg instructions of m2 
   ...
 svg instructions of m n 
</g>
</svg> 

Thanks !
-- 
View this message in context: 
http://old.nabble.com/SVGGraphics2D-how-to-group-elements-tp28129357p28139682.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to