Exporting text to an SVG file?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Exporting text to an SVG file?

Post by richmond62 » Sat Jun 29, 2024 3:01 pm

As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?

stam
Posts: 3069
Joined: Sun Jun 04, 2006 9:39 pm

Re: Exporting text to an SVG file?

Post by stam » Sat Jun 29, 2024 3:37 pm

richmond62 wrote:
Sat Jun 29, 2024 3:01 pm
As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?
As you know there is another thread on this. I know you know, because you started that thread too, and there were a lot of answers.
The first of which was pointing out that it was a duplicate to another thread you had started ;)
So... this is the 3rd thread you've started on this?

Summary: SVG is just XML - as long as you format the XML correctly, you can simply export it the same way as a text file.

He's the link to the previous thread: viewtopic.php?f=7&t=39087

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Re: Exporting text to an SVG file?

Post by richmond62 » Sat Jun 29, 2024 3:45 pm

this is the 3rd thread you've started on this
Bees in my bonnet . . . 8)

Post Reply