mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-28 17:19:01 +02:00
static property fix
This commit is contained in:
@@ -86,9 +86,9 @@ class Bezier {
|
||||
this.update();
|
||||
}
|
||||
|
||||
static SVGtoBeziers = function (d) {
|
||||
static SVGtoBeziers(d) {
|
||||
return convertPath(Bezier, d);
|
||||
};
|
||||
}
|
||||
|
||||
static quadraticFromPoints(p1, p2, p3, t) {
|
||||
if (typeof t === "undefined") {
|
||||
|
Reference in New Issue
Block a user