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:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user