Jump to content
Software FX Community

Modify SVG


User (Legacy)

Recommended Posts

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.

--

Regards,

JC

Software FX Support

"Lionel Berger" <lionel.berger@bigfoot.com> wrote in message

news:J$o7$LMgCHA.2416@webserver1.softwarefx.com...

> Dear Support

>

> How is it possible to retrieve the generated SVG object to modify it (add

> javascript by example).

>

> Thanks, regards.

>

> Lionel

>

>

Link to comment
Share on other sites

Could you post a sample please? I don't really understand how to modify the

svg dynamically...

Lionel

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

news:6oY1SnOgCHA.2308@webserver1.softwarefx.com...

> 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.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Lionel Berger" <lionel.berger@bigfoot.com> wrote in message

> news:J$o7$LMgCHA.2416@webserver1.softwarefx.com...

> > Dear Support

> >

> > How is it possible to retrieve the generated SVG object to modify it

(add

> > javascript by example).

> >

> > Thanks, regards.

> >

> > Lionel

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...