I want to extract a svg file from a URL. The background image URL is inside this text file, copy and paste the code - https://textsaver.flap.tv/lists/41f7 Thanks.
Asked
Active
Viewed 46 times
0
-
The basic idea is: 1. remove `data:image/svg+xml;charset=utf-8,` from the begining. 2. replace all `%3Cs` with `<`, all `%3E` with `>` and all `%23` with `#` – enxaneta May 01 '21 at 17:48
-
1@exaneta does that site actually allow you to post its contents here as comments? – Robert Longson May 01 '21 at 18:38
-
@enxaneta thanks for your help. I have made the changes and how I obtain the picture?. – atayseony May 03 '21 at 21:33