You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Danny Ayers <da...@virgilio.it> on 2002/04/18 17:52:29 UTC

SVG DOM (implemented)

Hi,
I'm looking for a good example of a class that comes from the parts of SVG
DOM that lie outside of DOM 2 core. I've had a fiddle, but everything I've
tried so far gives me the dreaded "!!! TODO". Any suggestions?

Cheers,
Danny.

---
Danny Ayers
<stuff> http://www.isacat.net </stuff>


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org


RE: SVG DOM (implemented)

Posted by Danny Ayers <da...@virgilio.it>.
>'org.apache.batik.dom.svg.SVGLocatableSupport' is an utility class which
>implements SVGLocatable.getBBox().
>This method is a good candidate for you since it requires a full SVG
>renderer to be implemented :)

Great, thanks. Earlier by coincidence I tried getting cx, cy from a circle's
bbox - will this now work?


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org


RE: SVG DOM (implemented)

Posted by Stephane Hillion <sh...@ilog.fr>.
> From: Danny Ayers [mailto:danny666@virgilio.it]
> Sent: Thursday, April 18, 2002 6:13 PM
> To: batik-dev@xml.apache.org
> Subject: RE: SVG DOM (implemented)
>
> Any suggestions for classes/methods that might make someone think
> 'well you
> couldn't easily do that with DOM alone'?
>

'org.apache.batik.dom.svg.SVGLocatableSupport' is an utility class which
implements SVGLocatable.getBBox().
This method is a good candidate for you since it requires a full SVG
renderer to be implemented :)


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org


RE: SVG DOM (implemented)

Posted by Danny Ayers <da...@virgilio.it>.
>Some methods are now implemented: check the current CVS.

Thanks, I shall.

Any suggestions for classes/methods that might make someone think 'well you
couldn't easily do that with DOM alone'?

Danny.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org


RE: SVG DOM (implemented)

Posted by Stephane Hillion <sh...@ilog.fr>.
> From: Danny Ayers [mailto:danny666@virgilio.it]
> Sent: Thursday, April 18, 2002 5:52 PM
> To: batik-dev
> Subject: SVG DOM (implemented)
> I'm looking for a good example of a class that comes from the parts of SVG
> DOM that lie outside of DOM 2 core. I've had a fiddle, but everything I've
> tried so far gives me the dreaded "!!! TODO". Any suggestions?
>

Some methods are now implemented: check the current CVS.



---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org