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

Pattern question #140

Open
bartosz-k opened this issue Jul 14, 2016 · 4 comments
Open

Pattern question #140

bartosz-k opened this issue Jul 14, 2016 · 4 comments

Comments

@bartosz-k
Copy link

Hi!
Anyone have an idea how to create 45deg (or any degree) rotated tablecloth pattern? :)

Best,
Bartek

@Pandiora
Copy link

Can you give an example of what you want to achieve?

@BillyNate
Copy link

@Bartq Take the diagonal stripes pattern, use the colors from the tablecloth pattern to change the diagonal stripes to the correct colors (don't forget to set the correct transparency), and finally copy-paste this one stripe to become two stripes and tweak the rotation of the second stripe ;)
Result should be something like

{ background-color: white; background-image: repeating-linear-gradient(45deg, rgba(200, 0, 0, 0.5), rgba(200, 0, 0, 0.5) 35px, transparent 35px, transparent 70px), repeating-linear-gradient(135deg, rgba(200, 0, 0, 0.5), rgba(200, 0, 0, 0.5) 35px, transparent 35px, transparent 70px); }

@bartosz-k
Copy link
Author

thanks, will validate it a bit later when I'm back to this project.

@msr8
Copy link

msr8 commented Sep 18, 2022

Is this what you want?

image

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

4 participants