var fDesc=new Array(); fDesc[0] = "Gravit Designer is a full-featured, free vector design app. Unmatched precision in any unit (Pixels, MM, CM, etc.) from creation to exporting. Powerful pages with masters, real layers and symbols to structure your content. Made for vector with non-destructive booleans, knife tool and path graphs.

Powerful grids, anchors and auto-layouts made for pixel perfect screen designs. Multiple fills/borders, effects and blending modes together with shared styles. Handcrafted powerful text engine with text on path, web fonts, styles and much more. Export high quality PDFs, SVGs and Images using slices and multiple assets. Presentations, Sketch import, design templates, transformations, and more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }