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

provide hints to SVG renderers to prevent antialiased edges of filled blocks causing tiled effect #105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

wedgberto
Copy link

At some resolutions, Google Chrome antialiases the edges of blocks when it renders the generated SVGs. This can cause lines to appear which add artifacts that i find displeasing. I've added the ability to specify default attributes for the root SVG element, and chosen to set the "shape-rendering" attribute to "optimizeSpeed" because it prevents Google Chrome (and possibly other renderers) from adding the smooth edges.

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.

None yet

1 participant