Closed Glidos closed 2 years ago
The serializeTreeNode implementation for RadientGradient nodes was based on genericSerializeNode when it should have been based on genericSerializeWithDrawAttr
The force push was to handle also LinearGradient nodes, which suffered from the same typo. No other node type is affected, so this concludes the fix.
The serializeTreeNode implementation for RadientGradient nodes was based on genericSerializeNode when it should have been based on genericSerializeWithDrawAttr