Ignore runtime configuration files generated during quality assurance.
1 <svg xmlns="http://www.w3.org/2000/svg">
3 <linearGradient id="grad">
4 <stop offset="0%" stop-color="papayawhip" />
5 <stop offset="100%" stop-color="plum" />
9 <rect x="50" y="50" width="100" height="100" fill="url(#grad)" />