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 instead of Gradient-Background #440

Closed
wants to merge 3 commits into from
Closed

SVG instead of Gradient-Background #440

wants to merge 3 commits into from

Conversation

g12n
Copy link

@g12n g12n commented Feb 25, 2015

Replacing the Gradient Background with a Generated SVG results in a more precise preview-grid.

This ist a Modified version of Dennis de Goedes method for dynamic SVG Backgrounds:
http://blog.trifork.com/2014/05/14/advanced-theming-dynamic-svg-backgrounds-with-sass-the-right-way/

Utilitzing a string-Replace methos by by Hugo Giraudel I encode the raw SVG after generating it. This ensure compatibility with Firefox and IE.

This is a quiet massive change. New Tests have to be written.

Signed-off-by: Michael Gehrmann m@g12n.de

Replacing the Gradient Background with a Generated SVG results in a more precise preview-grid.

This ist a Modified version of Dennis de Goedes method for dynamic SVG Backgrounds

http://blog.trifork.com/2014/05/14/advanced-theming-dynamic-svg-backgrounds-with-sass-the-right-way/

Utilitzing a string-Replace methos by by Hugo Giraudel I encode the raw SVG after generating it. This ensure compatibility with Firefox and IE.

Signed-off-by: Michael Gehrmann <m@g12n.de>
g12n added 2 commits February 26, 2015 10:34
Signed-off-by: Michael Gehrmann <m@g12n.de>
Signed-off-by: Michael Gehrmann <m@g12n.de>
@g12n
Copy link
Author

g12n commented Feb 26, 2015

I removed the duplicate str-replace and a stupid bug in the background-grid function.

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

Successfully merging this pull request may close these issues.

2 participants