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 gradient fallback not rendered properly #10

Open
joushx opened this issue Feb 10, 2013 · 1 comment
Open

SVG gradient fallback not rendered properly #10

joushx opened this issue Feb 10, 2013 · 1 comment
Assignees

Comments

@joushx
Copy link

joushx commented Feb 10, 2013

When using the vertical toolbar in a browser, that supports only the SVG fallback, the background is not rendered properly as the gradient is the same height as with the horizontal toolbar.

toolbar-vertical

Needs something like this:

.tool-right .tool-item, .tool-left .tool-item {
  background: url("data:image/svg+xml;base64,PD94[...]jwvc3ZnPg==") repeat scroll 0 0 transparent;
}
@ghost ghost assigned paulkinzett Feb 12, 2013
@stodge
Copy link

stodge commented Nov 26, 2013

This occurs on Firefox 25 for me, but not on the latest Chrome. I haven't tried IE, Safari or Opera.

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

3 participants