This repository was archived by the owner on Dec 10, 2024. It is now read-only.
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Prism crashes in Safari due to corrupt color list #70
Open
Description
Describe the bug
App crashes in Safari:
To Reproduce
Steps to reproduce the behavior:
Using Safari (15.6.1) go here:
It won't load, white screen of death
Expected behavior
Expected page to load, it didn't
Exporting the palette, and re-importing, I get an invalid color error, and here's why:
"coral": [
"#2ebef",
"#fce4e9",
"#f8cdd8",
"#f2a4be",
"#e762a3",
"#aa3e7e",
"#72305d",
"#492342",
"#2d182c",
"#140b16"
],
The first color in coral #2ebef
is only 5 characters.
Screenshots
White screen
Environment
Safari (15.6.1)
Additional context
Just the specific color list (Coral) is corrupt, the other color lists for the group still work. I am not certain what I did to cause this, but I was working with linked curves IIR.
Activity