Andreas Lobinger

Results 94 comments of Andreas Lobinger

The arrow (in this function) was done, because i failed to understand, how the other symbols could be extended with additional parameters - they have x,y and r (which could...

Can you please provide more context: type of OS, version of packages? afair the Fontconfig message is a warning, but it still should find a suitable default font. What problem...

Do you run julia on Windows10 native, or inside this strange UNIX-like environment? (read as: how did you install julia)

a) there was recently a discussion about a SVG parser on discourse b) not all SVG elements have counterparts in Compose right now, so some intermediate steps might be needed....

Opening a temp file is sooo 90s... Libcairo has also cairo_image_surface_create_from_png_stream and i think this should be integrated in Cairo.jl.

I agree with myself, Libcairo has also cairo_image_surface_create_from_png_stream but it looks like i'm failing in doing the stream callback function correctly. I could not track down how to handle the...

There is another problem, the image operator in SVG (the standard) lacks a clear defintion how the content is rendered. On my computer i find already two different implementations -...

@timholy I have to admit, i didn't see this before. I need to pull from #180, or pull from master?

btw: (apart from being busy with other things) i stopped updating because two things are still a show stopper: Rendering of bitmap in .svg is unclear, reading a png from...