[ad_1]
Hi forgive me for being really dumb.
I’m trying to basically auto insert the “name” of a page into an svg. Something like
<svg width=”100%” height=”100%”>
<text WHERE THE AUTO-INSERTED TITLE WOULD GO</text>
</svg>
The idea being that each page could have an animated title, without needing to manually create an svg for each page. Is this possible? If so, could someone point me in the right direction?
