prevent a strange bug

This commit is contained in:
yuanchuan 2017-05-29 13:01:56 +08:00
parent d75c0bd092
commit 920a405034
4 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ const polygon = function(sides, start = 0, deg) {
};
function circle() {
return 'circle(50%)';
return 'circle(49.5%)';
}
function siogon(sides) {

2
css-doodle.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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) {