Skip to content

Commit 6aac5d3

Browse files
author
hackermd
committed
Add z dimension to outer circle coordinate
1 parent 505ca64 commit 6aac5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scoord3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Circle extends Scoord3D {
151151
*/
152152
return [
153153
this.centerCoordinates,
154-
[this.centerCoordinates[0], this.centerCoordinates[1] + this.radius]];
154+
[this.centerCoordinates[0], this.centerCoordinates[1] + this.radius, 1]];
155155
}
156156

157157
get graphicType() {

0 commit comments

Comments
 (0)