Skip to content

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

Open
tluksa wants to merge 1 commit intoPixplicity:masterfrom
tluksa:bugfix/fill-none-overriding-in-other-elements
Open

Transparent fill property from 'g' was not overriding inner elements …#39
tluksa wants to merge 1 commit intoPixplicity:masterfrom
tluksa:bugfix/fill-none-overriding-in-other-elements

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