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

Dot filling is not constant with fixed seed #211

Open
tneullas opened this issue Sep 29, 2022 · 0 comments · May be fixed by #225
Open

Dot filling is not constant with fixed seed #211

tneullas opened this issue Sep 29, 2022 · 0 comments · May be fixed by #225

Comments

@tneullas
Copy link

Hello, I want to use dots fillStyle but I have an issue with it.
Everytime I use it, it changes dots positions even if the seed is fixed.

In my app, I have a loop to draw and dots are moving on each draw call which is quite disturbing.
Note that I have tested with others fillStyle and it works for others filling.
Here is my conf if it can helps :

{
    fillStyle: "dots",
    fill: "rgb(119, 217, 93)",
    seed: 1,
    stroke: "black",
    roughness: 3,
    strokeWidth: 5
}
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 a pull request may close this issue.

1 participant