scriptiot-dev
scriptiot-dev
I run bench/fib.paka successfully, that's great job, run fast ,cool ! Dlang source for the bootstrap compiler for paka is not opened? I want to learn this, thanks!
``` no clip(): Your browser does not support the HTML5 canvas tag. var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); // Draw a rectangle ctx.rect(50,20,200,120); ctx.stroke(); // Draw red rectangle ctx.fillStyle="green"; ctx.fillRect(0,0,150,100); clip(): Your...
yeah, it works ! but the api is a litter diffrent from html canvas api, when I translate a html canvas code to plutvg api , somtimes use stroke, somes...
Add fillRect and strokeRect api can make plutovg more complete, plutovg will be more cool ! I have test plutovg vs html canvas , we will make a tool to...