Last active
December 30, 2015 02:08
-
-
Save amlweems/7760289 to your computer and use it in GitHub Desktop.
Crash firefox-25.0-1 using a simple SVG.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" id="svg2" viewBox="0 0 858.5 854.82" version="1.1"> | |
<defs id="defs4"> | |
<filter id="filter3989-61" width="1.5" y="-.23" x="-.26" height="1.5" color-interpolation-filters="sRGB"> | |
<feDiffuseLighting id="feDiffuseLighting4025-31" result="result5" surfaceScale="16.48351669" diffuseConstant="1.29999995" kernelUnitLength="0.01"> | |
<feDistantLight id="feDistantLight4027-8" elevation="83" azimuth="260"/> | |
</feDiffuseLighting> | |
</filter> | |
</defs> | |
<g id="layer1" transform="translate(-78.069 -399.61)"> | |
<g id="g6521" transform="matrix(.37428 0 0 .37428 9.8169 1039.3)"> | |
<path id="path3135" filter="url(#filter3989-61)" d="m614.81 108.08c0 35.147-28.492 63.64-63.64 63.64-35.147 0-63.64-28.492-63.64-63.64 0-35.147 28.492-63.64 63.64-63.64 35.147 0 63.64 28.492 63.64 63.64z" fill="#f0eb7b" transform="matrix(1.2285 0 0 1.2285 -350.46 306.45)"/> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment