Taco de Wolff
Taco de Wolff
Thanks for reaching out! You can't rotate an image in-place before drawing it, you need to adjust the view to draw it correctly. There are other libraries that can help...
Thanks for the report as always, I will try and fix those ASAP
Hi Tom, that looks like an awesome library you've been working on, nice! That would definitely improve the readability of the SVG renderers and I'll take a look into using...
This is indeed a surprisingly large dependency, could this be improved somehow? Is it really due to the reflect package?
Hi David, it kind of is expected, but not ideal. All internal operations are in the regular coordinate system (ie. Cartesian I) while we allow a cosmetic change of coordinate...
That's a great idea, but it would need to work for all renderers. Currently only the `Canvas` renderer has a `Clip` method because we can still transform the drawn objects....
Could your post the complete log?
Is that the whole log? This might be a `node-gyp-build` problem, but I'm not sure...
That is a little easier than minifying, unless you'd like to infer meaningful variable names (I'm thinking of training a neural net for that). I mean, the parser is already...
Absolutely you can, it's actually pretty easy. You can use the `parse` library and create something similar to minify.