Hi,
 is it possible to create a GraphicsNode from an Element of a SVG Document?

Ex:

  
  UserAgentAdapter mUserAgent = new UserAgentAdapter();  
  BridgeContext mCtx = new BridgeContext(mUserAgent);     
  mCtx.setDynamicState(BridgeContext.DYNAMIC);
  GVTBuilder mBuilder = new DynamicGVTBuilder();

  GraphicsNode mGVTElement = mBuilder.build(mCtx, element);


element is a part of SVG document for example a rect tag (I can get it with
document.getElementByTagName(...)).


Thank you
   aGO!
-- 
View this message in context: 
http://www.nabble.com/GVT-Builder-problem-tf4957114.html#a14195869
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to