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

After generating svg, colors are removed #9

Closed
lbalbalba opened this issue Apr 9, 2014 · 1 comment
Closed

After generating svg, colors are removed #9

lbalbalba opened this issue Apr 9, 2014 · 1 comment

Comments

@lbalbalba
Copy link

After generating the svg file using svg_utils the colors have disappeared the result file and its turned into a black & white drawing.

@btel
Copy link
Owner

btel commented Apr 10, 2014

There are several problems here:

  • extra defs and styles are embedded into tag, but according to the standard they should be in top level
  • style attribute of the svg tag is not copied to the output file
  • duplicate css class names appear in the output file

see: https://gist.github.com/btel/10360762

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

No branches or pull requests

2 participants