colinmeinke / wilderness

An SVG animation API
https://wilderness.now.sh
MIT License
154 stars 8 forks source link

Line distorted #44

Closed colinmeinke closed 7 years ago

colinmeinke commented 7 years ago
{
  type: 'path',
  d: 'M2 2.078S4.987 4.73 11 4.73s9-2.652 9-2.652',
  strokeWidth: 2,
  strokeLinecap: 'square',
}
dalisoft commented 7 years ago

I not sure it's bug. Wilderness works fine in every case i've one of morph fan user

dalisoft commented 7 years ago

I'm curius, what it's? { type: 'path', d: 'M2 2.078S4.987 4.73 11 4.73s9-2.652 9-2.652', strokeWidth: 2, strokeLinecap: 'square', }

I sure, points (d attribute points) isn't works at all

dalisoft commented 7 years ago

Shape d (original) attribute is not correct, shape rendering works fine

colinmeinke commented 7 years ago

This issue is because of a bug in svg-points, which has been fixed https://github.com/colinmeinke/svg-points/releases/tag/v3.1.3. Will close when Wilderness dependencies are updated.