View Single Post
Old 02-15-2012, 09:58 PM   #2
codrutoctavian
Enthusiast
codrutoctavian began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jul 2009
Location: Bucharest, Romania
Device: Kindle 3
To answer my own question: I have used Textmate (a text editor for Mac) and I used regular expressions replacing:

<svg.*viewbox="0 0 (\d\d\d)\s(\d\d\d).*xlink:href="(.*)".*</svg>

with:

<div class="center"> <img src="$3" width="$1" height="$2" alt="$3"/></div>

I am posting here because maybe someone will hit the same issue someday.
codrutoctavian is offline   Reply With Quote