"warehouse":"2.2.0"},"models":{"Asset":[{"_id":"source/CNAME","path":"CNAME","modified":0,"renderable":0},{"_id":"source/img/bfc/1.png","path":"img/bfc/1.png","modified":0,"renderable":0},{"_id":"source/
//console.log("页面尺寸:宽:"+page_width+",高:"+page_height);var paint_width = page_width - 2 * margin - page_width / 6; var paint_height = page_height - 2 * margin; myCanvas.width = paint_width; myCanvas.height = paint_height; ...
(this.node.placeholder || "") : value; }; NodeContainer.prototype.MATRIX_PROPERTY = /(matrix|matrix3d)\((.+)\)/; NodeContainer.prototype.TEXT_SHADOW_PROPERTY = /((rgba|rgb)\([^\)]+\)(\s-?\d+px){0,})/g; NodeContainer.prototype.TEXT_SHADOW_VALUES = /(-?\d+px)|(#.+)|(rgb...
this.promise||!this.image){o("Initiating DummyImageContainer"),f.prototype.image=new Image;var n=this.image;f.prototype.promise=new Promise(function(e,f){n.onload=e,n.onerror=f,n.src=d(),n.complete===!0&&e(n)})}}var o=e("./log"),d=e("./utils").smallImage;n.exports=f},...
string = '#6EC967'; // 绿色线的颜色 private redLineColor: string = '#EF9D9D'; // 红...
(d => d.value)); data.forEach((item, index) => { const barHeight = (item.value / maxDataValue) * 300; const x = index * (barWidth + barSpacing) + 50; const y = 350 - barHeight; ctx.fillStyle = 'blue'; ctx.fillRect(x, y, barWidth, barHeight); ctx.fillStyle = '...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Sawan-Kushwah / GSSOC_Canvas-Editor Public forked from vishanurag/Canvas-Editor Notifications You must be signed in to change notification settings Fork 0 ...
border-top: 1px solid #D5D5D6; color: #D5D5D6; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .html-haibao-box { width: 100%; position: absolute; top: -10000px; ...
"sha512-p32cof5q0zqs9ubionkylm6bclcobcm5o9jfeuslnqlbtxydtk+pw+nxflm8ukkd2uylebyz5qei0juzr9cksw==" , 301 "dev" : true , 302 "requires" : { 303 "bn.js" : "4.11.8" , 304 "inherits" : "2.0.3" , 305 "minimalistic-assert" : "1.0.1" 306 } 307 }, 308 "assert" :...
419 * **Standard (image)** `glyph` and `path` both result in rasterized text. Glyph mode is faster than `path`, but may result in lower-quality text, especially when rotated or translated. 420 421 * **PDF** `glyph` will embed text instead of paths into the PDF. This is faste...