mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-22 08:00:20 +00:00
Fix print background
Add vertex shape to settings Fix separate style
This commit is contained in:
@@ -58,6 +58,7 @@ Point.prototype.rotate = function(center, degrees){
|
||||
this.y = offset.x * Math.sin(radians) + offset.y * Math.cos(radians);
|
||||
this.x = this.x + center.x;
|
||||
this.y = this.y + center.y;
|
||||
return this;
|
||||
};
|
||||
|
||||
Point.prototype.offset = function(dx, dy){
|
||||
|
||||
Reference in New Issue
Block a user