-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
Referring to the style examples section (identical on both 3.0.3 and 3.1.0):
I notice that some of the styles do not use the key "color" at all. For example:
style |
explode |
empty |
string |
array |
object |
|---|---|---|---|---|---|
| matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150 |
| matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150 |
For object with explode: true the word color is not found within ;R=100;G=200;B=150
Is this correct? If so, how does it maintain association with the object: color?
I may be wrong but I would expect something like this: ;color=R,100;color=G,200;color=B,150.
Any enlightenment on this would be greatly appreciated.
If it turns out there are any mistakes I'd be happy to put in a PR to update it.
Metadata
Metadata
Assignees
Labels
No labels