Skip to content

Are Style Examples correct for arrays and objects #3481

@charjr

Description

@charjr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions