Jump to content
Software FX Community

SVG modifying


User (Legacy)

Recommended Posts

I know how to modify an SVG file, but I don't know how to retrieve your SVG

output... Must I write it into a file, modify it and then show it? Or is it

possible to modify the SVG code on the fly (into the memory)?

I'm sorry for my english, but I'm swiss and don't speak english very well...

Thanks.

Lionel Berger

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:00V#KAOhCHA.1748@webserver1.softwarefx.com...

> The code you are asking for is generic code to navigate through an SVG. We

> don't have such sample maybe you can find some code on the WEB, on more

> generic web sites. This newsgroup is specific to Chart FX.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

We wrote:

"If you use GetHtmlData (or GetHtmlDataEx) you will be able to pass a stream

and we will write the SVG document into that stream.

Also note that there is an event called AddContent in the SVG writer that

you can hook, this event gets called before and after opening and closing

the main XML tag."

What else do you need to know ? have you checked the docs on GetHtmlData and

GetHTmlDataEx ? is there something specific that you don't understand about

them ?

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Yes, I have checked the doc. But which type of stream (streamData) must I

pass to this method below? And then how is it possible to pass this stream

to an XMLWriter? I need just a short sample code...

Chart.GetHtmlDataEx(objWidth,objHeight,sTag,streamData,writerMap,writerTag)

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:m2TMSwOhCHA.1748@webserver1.softwarefx.com...

> We wrote:

>

> "If you use GetHtmlData (or GetHtmlDataEx) you will be able to pass a

stream

> and we will write the SVG document into that stream.

>

> Also note that there is an event called AddContent in the SVG writer that

> you can hook, this event gets called before and after opening and closing

> the main XML tag."

>

> What else do you need to know ? have you checked the docs on GetHtmlData

and

> GetHTmlDataEx ? is there something specific that you don't understand

about

> them ?

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...