add interval to arc

This commit is contained in:
Dean Martinez
2017-02-12 10:04:40 -08:00
committed by GitHub
parent a01e02004b
commit b1b3b5eb25
+1
View File
@@ -51,6 +51,7 @@ declare namespace BezierJs {
e: number;
r: number;
s: number;
interval: { start: number; end: number; };
}
interface Shape {
startcap: BezierCap;