svelte-svg-patterns
svelte-svg-patterns copied to clipboard
SVG download from pattern.monster just give a black square
I tried saving patterns from Pattern.monster as SVGs and inserting into Powerpoint and Canva but I just get a black square. Why is this?
same issue here :(
Same here. What is going on ?
Why is the colour white displayed as black, on the pattern maker preview window? Is it the website, or something to do with my computer settings. This has happened twice in the past month.
Not sure why I was CC’d into this. I contacted a while ago questioning why I could not get a full pattern repeat.
On 17 Jan 2023, at 18:46, debs1208 @.***> wrote:
Why is the colour white displayed as black, on the pattern maker preview window? Is it the website, or something to do with my computer settings. This has happened twice in the past month.
— Reply to this email directly, view it on GitHub https://github.com/catchspider2002/svelte-svg-patterns/issues/24#issuecomment-1385873456, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3ILEI4D6I7EWZ7I5WDBLFLWS3SHLANCNFSM5P6STA3A. You are receiving this because you commented.
This is a simple fix, open the SVG file with your text editor of choice and change the color value of the <path>
element's fill=""
attribute.
As it stands, they aren't exactly the same black and I expect (though don't have to verify) this would be possible to deduce on higher quality monitors but the black square's path and background are just set to hsla(...
values differing by 10% in the lightness part of that standard. You could replace the hsla
color with a hex color or whatever floats your boat just as easily.