Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG rendering glitches after optimization #73

Closed
samuelvogel opened this issue Dec 10, 2012 · 4 comments
Closed

SVG rendering glitches after optimization #73

samuelvogel opened this issue Dec 10, 2012 · 4 comments
Assignees
Labels
Milestone

Comments

@samuelvogel
Copy link

Original :
original.png

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="graphic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     width="18px" height="18px" viewBox="0 0 18 18" enable-background="new 0 0 18 18" xml:space="preserve">
<path id="arrow-icon" fill="#FFFFFF" d="M9,0C4.029,0,0,4.029,0,9c0,4.971,4.029,9,9,9c4.971,0,9-4.029,9-9C18,4.029,13.971,0,9,0z
     M6.995,13.076V5.055L13.006,9L6.995,13.076z"/>
</svg>

Optimized:
optimized.png

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path id="arrow-icon" fill="#fff" d="M9 0c-4.971 0-9 4.029-9 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zM-2.005 13.076v-8.021l6.011 3.945-6.011 4.076z"/></svg>
@ghost ghost assigned deepsweet Dec 10, 2012
@deepsweet
Copy link
Member

fixed, will be released in the next patch version tomorrow.
thank you ;)

@samuelvogel
Copy link
Author

Works in 0.1.8!

@deepsweet
Copy link
Member

great ;)
feel free to send me any bugs you've found.

@samuelvogel
Copy link
Author

Sure, great tool BTW, searched for something like this a couple of months ago, but couldn't find anything!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants