Results 7 comments of Jaime

Hello @memononen are there any plans to merge this PR in order to support basic stylesheets?

Hello @gdorion, I use `CMake` to compile `svgren` on my Mac, here are the contents of my `CMakeLists.txt` file: ``` cmake_minimum_required(VERSION 3.6) project(code) include_directories(./ ./svgren/ ./svgdom/ ./svgdom/elements/ ./utki/ ./papki/ /usr/local/Cellar/cairo/1.14.10/include...

Hi there, I had plans to update that project, but I haven't had the time. I'm sort of still working on tracking indirectly by contributing to a project called ilastik...

I didn't have time to delve into the code, and I made the assumption that there was already a window platform/native implementation for MacOS :P. Things have been a bit...

I do need the cache for efficiency, so I implemented my own Finder where I only changed the returned Element to non-constant and I modified the `CacheCreator` to inherit a...

Hmmm I don't think 100% is possible, but you should be getting over 90%.

It's been years since I look at this code, but I remember that it worked at the time. Maybe I made a mistake though, I'll go over it and get...