'use strict' var getText = require('../textcache') var complex = getText('arial', '123 hello world a5d5 7 0.123') //"Hello world! 你好" var scale = 500 / complex.shape var data = complex.data var svg = [''] for(var i=0; i') } } svg.push("") document.body.innerHTML = svg.join("")