Comparing version 0.0.34 to 0.0.35
@@ -350,2 +350,13 @@ // export declare function print(): void | ||
export declare class Line extends Shape{ | ||
/** | ||
* Line각도에 따라서 전체적으로 왼쪽 또는 오른쪽으로 평행 이동 | ||
* 각도는 시작점과 끝점으로 구한다. | ||
* @param {Uint} distance 간격 | ||
* @param {Int} degree : 90은 좌측90도 위치 , -90은 우측 90도 위치 | ||
* @returns | ||
*/ | ||
setParallelTranslate(distance: Uint, degree: Int): void; | ||
} | ||
export declare class Text extends Shape{ | ||
@@ -352,0 +363,0 @@ |
{ | ||
"name": "hetajs2d", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "hetajs2d", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268655
8015