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

Transparent fill property from 'g' was not overriding inner elements … #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tluksa
Copy link

@tluksa tluksa commented Feb 22, 2018

…fill properties.

Example (rect was painting Black color, although it has to be overriden by 'g' fill="none" and be transparent):



<path ......."/>

…fill properties.

Example (rect was painting Black color, although it has to be overriden by 'g' fill="none" and be transparent):
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
  <g fill="none" fill-rule="evenodd">
    <rect width="32" height="32"/>
    <path ......."/>
  </g>
</svg>
@pflammertsma pflammertsma self-assigned this Aug 26, 2019
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