mobie / mobie.github.io

1 stars 3 forks source link

RGBA color strings #41

Closed constantinpape closed 3 years ago

constantinpape commented 3 years ago

@tischi @K-Meech In the current bookmarks in platybrowser the rbga colors were saved like this: (r=255,g=255,b=255,a=255). The regex I have in the jsonschema doesn't accept this because of the parentheses, i.e. only r=255,g=255,b=255,a=255 is valid. I would suggest to use the version without parentheses, because they don't add any information here.

Any objections?

tischi commented 3 years ago

No objections

K-Meech commented 3 years ago

No objections - sounds good!