Last active
August 29, 2015 14:26
-
-
Save diverted247/a93b383d785d140f04e8 to your computer and use it in GitHub Desktop.
SVG Edit to remove clipPath
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
<g transform="translate(6858 23241) scale(.817)"> | |
<image width="980" height="458" preserveAspectRatio="none" transform="matrix(334.417 0 0 334.417 6823.5 18138.387)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../images/3.png"/> | |
</g> |
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
<g transform="translate(6858 23241) scale(.817)"> | |
<clipPath id="a"> | |
<path d="M6823.5 18138.387h327728.95V171301.37H6823.5z"/> | |
</clipPath> | |
<g clip-path="url(#a)"> | |
<image width="980" height="458" preserveAspectRatio="none" transform="matrix(334.417 0 0 334.417 6823.5 18138.387)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../images/3.png"/> | |
</g> | |
</g> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment