How to Encode an SVG for the `src`-Attribute using PHP
As SVGs should preferably not be base64 encoded when setting them on an ``-tag src
-attribute, the suggested alternative is to URL-encode them.
The standard PHP urlencode
...
These posts are about "SVG", who knew.
As SVGs should preferably not be base64 encoded when setting them on an ``-tag src
-attribute, the suggested alternative is to URL-encode them.
The standard PHP urlencode
...