Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 645: | Rivi 1 645: | ||
newsize = Math.round( Math.sqrt( Math.sqrt( ( w / 500 ) ) ) * orgsize ); | newsize = Math.round( Math.sqrt( Math.sqrt( ( w / 500 ) ) ) * orgsize ); | ||
newstroke = Math.round( Math.sqrt( Math.sqrt( ( w / 1 ) ) ) * orgstroke ); | newstroke = Math.round( Math.sqrt( Math.sqrt( ( w / 1 ) ) ) * orgstroke ); | ||
console.log( oldstroke ); | |||
console.log( orgstroke ); | |||
console.log( newstroke ); | console.log( newstroke ); | ||
if ( w > 500 ) { | if ( w > 500 ) { | ||


