Comment on TinyVG – an alternative binary encoded vector graphics formatparentComments−edflsafoiewq3yAt that end it competes against compiling your graphic directly to source code, eg void draw_tiger(ctx) { ctx.setFillColor(255, 255, 255); ctx.beginPath(); ctx.moveTo(124, 56); // etc }
Comments
At that end it competes against compiling your graphic directly to source code, eg