Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3397d68

Browse files
committed
update copy
1 parent b5182fd commit 3397d68

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎demo/content.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,10 @@ addCanvas(
733733
}
734734
});
735735

736-
return `Points cannot be swapped without resulting in a different shape. However, a likely
737-
enough optimal order can be selected by shifting the points and comparing the point
738-
position deltas.`;
736+
return `Once both shapes have the same amount of points, an ordering of points which reduces
737+
the total amount of distance traveled by the points during the transition needs to be
738+
found. Because the shapes are closed, the order of the points doesn't visually affect
739+
the shape and this is a safe transformation.`;
739740
},
740741
(ctx, width, height, animate) => {
741742
const period = Math.PI * Math.E * 1000;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /