svg files are basically just text files - treat them as the same and then serve up the appropriate mime type.
> -----Original Message----- > From: Steve Martin [mailto:[EMAIL PROTECTED] > Sent: 09 December 2003 11:41 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] OT: Server side Adobe SVG tools > > > Morning folks, > I was wondering whether anyone is aware of any server side > tools that can be used for manupulating Adobe SVG files? > Basically, what we're after is some means of creating SVGs > with placeholders such that we can then dynamically inject > text into them and then render the result as a bitmap in a > browser. The reason behind the SVGs is that they will > ultimately be used to render hi-res output based on the > textual content supplied via the web. > > Cheers, > Steve > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
