svg-tree icon indicating copy to clipboard operation
svg-tree copied to clipboard

Fix rect defaults

Open lemmih opened this issue 5 years ago • 0 comments

Width, height, rx and ry should default to 'auto' rather than '0'. It happens often that 'auto' computes to '0' but it's not always the case.

This PR contains breaking API changes.

lemmih avatar Feb 26 '19 10:02 lemmih