alphanoob1337

Results 9 comments of alphanoob1337

I am also using CentOS 7. But for me the previously discussed `./configure --with-cyrus-sasl2 --with-openssl --with-pam_mods_dir=/usr/lib64/security` fails on my system with the following error: ... checking if md5.h is derived...

I did `yum whatprovides "*/md5.h"`. The (long) resulting list includes the packages `openssl-devel` as well as `cyrus-sasl-devel`, which I both have installed previously. They reside in `/usr/include/openssl/md5.h` respectively `/usr/include/sasl/md5.h`. None...

I took a look at the code by now. Yes. The transformation should be fairly easy to implement and I have started working on it. On Bézier curves, can I...

OK. I included the code now with a few changes to keep it closer to this documentation https://developer.mozilla.org/de/docs/Web/SVG/Attribute/transform Now I didn't want to retain the group structure. But to apply...

So let's give this a fresh start. I think we both agree by now, that it is not that simple. If you, @mathandy want to implement it in another way,...

Sorry for the slow response, but I am fairly busy at the moment. Yes, please use as much of my code, as you want to. I have a five hour...

Hi @mathandy, I was mostly concerned with the style attribute, because it requires full CSS parsing to resolve the inheritances. A group can have style properties, that the path overwrites...

Hi @sbliven, This is not only the case for Inkscape but also for Adobe Illustrator. If you don't care about the style properties of the paths but only their geometry,...

@nishadhka there is an intrinsic problem with this and this led to the proposed changes not being included in the library: It is not possible to map the group transformations...