Color parameter not passing to Library

Issue #128 resolved
Mike Bartholomew created an issue

It appears that using the Color parameter within the project file does not work properly. The only way to change the color of an object is to specify its color in the library object itself.

Comments (2)

  1. Ali Koc

    If an object has color and opacity specified, that information will take precedence regardless of the color and opacity information specified on its parents. This behavior is by design. If you want to specify a group of objects color and the make an exception for certain objects inside that group, this behavior allows us to do so.

    The basic solution is that the library object should not have color and opacity specified in it. Those should be provided in the project. Let me know if there is a use case where this would not be possible or convenient.

  2. Log in to comment