r3sist

Results 6 comments of r3sist

Dear Developers and Users, I have the similar problem and I couldn't figure how to use `setFont()` from *outside*. How can I inject my font name (and location on server)...

@notflip No, sorry. I switched to _Imagick_ with _inkscape_ engine for rasterization process. Inkscape is important for SVG font rendering. It also handles rotated texts. ``` $image = new Imagick();...

Yes I have a working project. [Comparison example](https://ln.sync.com/dl/7bd8c3010/yrzisch7-gp6guke8-mev689wt-5sjnkyaj) - SVG left As far as I know, Imagick will use automatically Inkscape if it's installed. In my project notes I found...

I think you should test it. I have font attrinbutes in raw SVG, so I guess yes. However I use only generic CSS font types like *Sans-Serif* (`font-family="Sans-Serif"` in SVG...

@nbeaver I had a similar error. However you can use: `pip install --user https://github.com/juhasch/PhysicalQuantities/archive/master.zip`

@ankenyr Thank you for sharing the incognito trick, I had the same problem :) @jonagh Thank you for this script and deatiled README!