You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please explain.
It's currently not really supported to draw a shape line by line. This can go from the drawing a rectangle line by line to the Hilbert curve.
Describe the solution you'd like
It makes sense to have another appear function like appear(:line) which uses the polyportion functionality to make this effect.
Additional context
As an example
The text was updated successfully, but these errors were encountered:
The animation is just drawing rectangle by Hilbert curves, and the hilbert curve can be broken into different lines , you just meant that line in drawing "line by line", right?
Sorry @XRFXLP I somehow missed your comment. The idea is to provide a simple way to draw any kind of shape the user provides, i.e a polygon in an animated fashion.
Is your feature request related to a problem? Please explain.
It's currently not really supported to draw a shape line by line. This can go from the drawing a rectangle line by line to the Hilbert curve.
Describe the solution you'd like
It makes sense to have another
appear
function likeappear(:line)
which uses the polyportion functionality to make this effect.Additional context
As an example
The text was updated successfully, but these errors were encountered: