1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

removed double arrows because of Android

This commit is contained in:
Pomax
2020-08-22 10:35:32 -07:00
parent 87aaff414d
commit 557a931705
6 changed files with 5 additions and 5 deletions

View File

@@ -70,8 +70,8 @@ drawRegions(shapes, w,h,unit) {
setStroke(`black`);
setFill(`black`);
text(`← Single inflection →`, 0, unit*1.75, CENTER);
text(`Plain curve`, unit/2, -h/3);
text(`Double inflection`, -w/2 + 10, 10 + unit * 0.5);
text(`Plain curve`, unit/2, -h/3);
text(`Double inflection`, -w/2 + 10, 10 + unit * 0.5);
});
}