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

[Icon Updates] Remove masks on svgs for glyphs a-m #187

Merged
merged 3 commits into from
Jan 30, 2020

Conversation

ZeMunchkin
Copy link
Contributor

Discovered that using the masks from the exported Figma SVGs was causing some issues in some use cases with fills (where the fill would cover the whole square of the SVG instead of just the path).

This PR removes the masks on the glyphs A-M

@snags88 snags88 temporarily deployed to curology-radiance-pr-187 January 30, 2020 21:20 Inactive
Copy link
Contributor

@jcmustin jcmustin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@youngmanalive youngmanalive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

Comment on lines -6 to -15
</g>
</mask>
<g mask="url(#mask0)">
<rect width="48" height="48" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0">
<rect x="8" y="10" width="32" height="29" fill="white"/>
</clipPath>
</defs>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm sure you're taking notes on these, but we'll prob want to double check the more complicated ones like this.

Copy link
Contributor Author

@ZeMunchkin ZeMunchkin Jan 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking as I was updating, they seem unaffected by removing these extra lines, but will definitely check them in the other repos as well.

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.

4 participants