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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to scatter the cells inside the doodle to avoid clipping while using shapes like star ? #105

Open
devikanarmada opened this issue Aug 25, 2022 · 3 comments

Comments

@devikanarmada
Copy link

No description provided.

@yuanchuan
Copy link
Member

yuanchuan commented Aug 25, 2022

Do you have sample code or the screenshot of the desired result?

@devikanarmada
Copy link
Author

devikanarmada commented Aug 25, 2022

 <css-doodle>

    {`
    :doodle {
        @grid: 7x10;
        width: 50em; height: 50em;
        grid-gap: 1px;
        @shape: star
      }
      background:green;
    
       @shape: star;
        
  `}
  </css-doodle>}

In the above code my requirement is to see all 70 cells when the shape of doodle is star @yuanchuan

@yuanchuan
Copy link
Member

I get it. Currently it's not possible to do so but It's an interesting idea. I'll look back at it when I've got time.

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

2 participants