SVG-Morpheus icon indicating copy to clipboard operation
SVG-Morpheus copied to clipboard

Path getting modified at start / end of animation

Open urmilparikh opened this issue 10 years ago • 3 comments

Notice the home icon after animation start / before animation end: http://plnkr.co/edit/AR1VQJ2KbmrCXXHWDwdC?p=preview

urmilparikh avatar Jan 11 '15 08:01 urmilparikh

@uddipan, Is this effect of what you said in your comment?

urmilparikh avatar Feb 04 '15 01:02 urmilparikh

It is better to disable rotation for testing. The morphing is still intersecting the vertices with the segments. This should never happen. Can you fix this with your algorithm?

Emasoft avatar Mar 16 '15 11:03 Emasoft

Hi @urmilparikh and @Emasoft Try some suggestion, maybe helps:

  1. Convert your relative bezier values to Absolute.
  2. Use 'M, L, C, A' more as possible insteadof other h, v like values.
  3. You can checkout my javascript for paths Unim.js Animation Engine.

Remember, SVG-Morpheus doesn't edit current path, it maked another tag. Maybe i wrong, correct if i'm wrong. Thanks

dalisoft avatar May 07 '16 11:05 dalisoft