[svg-developers] Re: Manipulating the Dom with SVG#

2005-10-30 Thread mailinatorolli
Hello Jeff, thank you very much for your answer. Now the circle is changing colour but I had to do it in a way a little bit different to the way you discribed it. Here is the way I had to do it: SvgDocument doc = (SvgDocument) svgPictureBox1.Window.Document; XmlElement el =

Re: [svg-developers] Re: Manipulating the Dom with SVG#

2005-10-30 Thread Jeff Rafter
The line el.SetAttribute(fill, blue); didn't work in my program. IElement didn't even provide the method set Attribut(). This indicates that you may not have the latest version... You may still need an Invalidate call in there or an Update call-- I don't remember. This is the stuff (along