Re: Displaying SVG from a memory stream
Natarajan Thanikachalam <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
>> If I have the SVG in a memory stream, How can I display the SVG directly >> from the memory ? can I do it in javascript or do i require xpcom ? > > When you mean in memory do you mean in the client's memory? Is it a > client-server architecture? Do you intend to use standard Firefox or > do you intend something like XULRunner (embedding Gecko, Firefox's > rendering engine in a stand-alone application)? Are you creating an > XML string representing SVG and just want to display it? > I am writing a XULRunner desktop application. I intend to store the SVG images in a sqlite database and then read them and display directly, instead of saving on the disk and then trying to display it. Many Thanks for your time, Kind Regards, Natarajan.