The tutor continues about the graphics library jsDraw2DX: how to use it for outlined text. To accomplish the effect above one might proceed something like this: <div id=”grph” style=”position:relative; height:330px;width:410px; background-color:navy; border-style:solid;border-color:brown; border-width:2px”></div> <script src=”dir_where_jsDraw2DX_resides/jsDraw2DX.js”></script> <script> var gr0=new jxGraphics(document.getElementById(“grph”)); var …

Web Design: graphics: Outlined Text with jsDraw2DX Read more »

Tagged with: