prevent a strange bug
This commit is contained in:
parent
d75c0bd092
commit
920a405034
|
|
@ -149,7 +149,7 @@ const polygon = function(sides, start = 0, deg) {
|
|||
};
|
||||
|
||||
function circle() {
|
||||
return 'circle(50%)';
|
||||
return 'circle(49.5%)';
|
||||
}
|
||||
|
||||
function siogon(sides) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@ const polygon = function(sides, start = 0, deg) {
|
|||
};
|
||||
|
||||
export function circle() {
|
||||
return 'circle(50%)';
|
||||
return 'circle(49.5%)';
|
||||
}
|
||||
|
||||
export function siogon(sides) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue