d3plus / d3plus-shape

Fancy SVG shapes for visualizations
MIT License
20 stars 2 forks source link

fixes rotateAnchor bug #77

Closed nbond211 closed 6 years ago

nbond211 commented 6 years ago

(closes #76 )

Description

This bug was caused by a false value (which is invalid) being passed to rotateAnchor on line 429. This PR changes the default value from false to [b.width / 2, b.height / 2], which is the default value in TextBox.

Types of changes

Checklist