Merge pull request #8183 from yudielcurbelo/patch-2

Missing rotate
This commit is contained in:
Horiuchi_H
2016-02-22 12:34:28 +09:00
+1
View File
@@ -64,6 +64,7 @@ interface RaphaelElement {
remove(): void;
removeData(key?: string): RaphaelElement;
resume(anim?: RaphaelAnimation): RaphaelElement;
rotate(deg: number, cx?: number, cy?: number): RaphaelElement;
setTime(anim: RaphaelAnimation): void;
setTime(anim: RaphaelAnimation, value: number): RaphaelElement;
show(): RaphaelElement;