Open bohdanprog opened 1 month ago
Closes #2473 #1719
ClipPath wasn't invalidated after defining clipPath. Now, everything worked.
How is it a correct solution? Why saveDefinition is called when Rect's height is updated?
saveDefinition
Without invalidate in safeDefinition ClipPah it doesn't render anything inside ClipPath component.
Summary
Closes #2473 #1719
Compatibility
ClipPath wasn't invalidated after defining clipPath. Now, everything worked.