Archie Cobbs wrote:
> 
> On Wed, Jun 4, 2008 at 7:11 AM, Vepsu <[EMAIL PROTECTED]> wrote:
>>                    Element newMarker = doc.createElement("circle");
> 
> That should be createElementNS(SVG_NAMESPACE_URI, "circle") instead...
> 
> -Archie
> 
> -- 
> Archie L. Cobbs
> 
> 

Thank you Archie, that did the trick. I also had to change the
namespace-parameters to null for the setAttributeNS -methods.

But it works now, you saved my day.
-- 
View this message in context: 
http://www.nabble.com/Adding-element-to-DOM-%28problem%29-tp17645225p17662467.html
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