VirtualSky icon indicating copy to clipboard operation
VirtualSky copied to clipboard

negative option true or false

Open Varazdat108 opened this issue 5 years ago • 1 comments

Hi people, I need a help, in my site I using virtualsky module. in virtualsky.js file we have options negative: false and transparament: false. In my code I just added document.getElementById('fone0').onclick=()=>{ if(document.getElementById('fone0').checked === true){ this.transparent=true; this.negative=true; } this.draw(); } and second line In results I have not negative-invert colors :( only constellation lines

Varazdat108 avatar Apr 13 '20 15:04 Varazdat108

second line <input hidden value="spitak" id="fone0" type="radio" checked="checked" name="fone">

Varazdat108 avatar Apr 13 '20 15:04 Varazdat108