Skip to content

Exclude redundant serialization of color property in vtkTextProperty

The BackgroundColor and BackgroundOpacity are already (de)serialized separately. There is no need to repeat the serialization for the rgba tuple.

Merge request reports