UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

31 lines 1.13 kB
import SvgMesh from "../display/SvgMesh"; const textMesh = new SvgMesh(); // textMesh.innerHTML = ` // <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" x="0px" y="0px" width="500px" height="500px" viewBox="0 0 500 500"> // <defs> // <g id="Layer0_0_FILL"> // <path fill="#000000" stroke="none" d=" // M 440.9 319.7 // L 440.9 288.95 267.6 288.95 267.6 259.55 // Q 324.25 228.4 363.55 200.5 // L 363.55 171.1 127.35 171.1 127.35 200.5 316.1 200.5 // Q 285.2 220.25 235.6 245.8 // L 235.6 288.95 51.75 288.95 51.75 319.7 235.6 319.7 235.6 401.95 // Q 235.6 421.45 218.4 421.45 // L 167.7 420.4 175.25 449.6 229.35 449.6 // Q 267.6 449.6 267.6 413.1 // L 267.6 319.7 440.9 319.7 // M 400.95 123.6 // L 400.95 191.25 432.5 191.25 432.5 93.35 266.7 93.35 // Q 258.75 68.2 248.7 44.35 // L 212.6 50.6 // Q 223.55 70.35 232.35 93.35 // L 59.7 93.35 59.7 191.25 91.25 191.25 91.25 123.6 400.95 123.6 Z"/> // </g> // </defs> // <g transform="matrix( 1, 0, 0, 1, 0,0) "> // <use xlink:href="#Layer0_0_FILL"/> // </g> // </svg> // ` //# sourceMappingURL=testSVG.js.map