Skip to content

Instantly share code, notes, and snippets.

@diverted247
Last active August 29, 2015 14:26
Show Gist options
  • Save diverted247/a93b383d785d140f04e8 to your computer and use it in GitHub Desktop.
Save diverted247/a93b383d785d140f04e8 to your computer and use it in GitHub Desktop.
SVG Edit to remove clipPath
<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>
<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