Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Cx committed Dec 31, 2020
1 parent 6db28f7 commit 8634ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var inputControl = false;
/*People Add Place - Start*/
const addPeople = async (callback) => {
var yazdir = 1;
for(let peopleSvg = 0; peopleSvg < 360; peopleSvg +=homosapiensSpace){
for(let peopleSvg = 1; peopleSvg < 360; peopleSvg +=homosapiensSpace){
$('.cloneLine').clone().removeClass('cloneLine d-none').appendTo( "#ekle" ).attr('transform', "rotate("+ (peopleSvg+10)+", 500, 500)");
if(yazdir < 10){
$('#ekle g:nth-child('+yazdir+') text[text-anchor]').attr('x','35')
Expand Down

0 comments on commit 8634ef0

Please sign in to comment.