deeplook
deeplook
Any updates?
Meanwhile I've found an easier workaround by throwing my own custom exception and handling that with `backoff`.
Yes, shapely would be a must. Pyproj and fiona seem like hard dependencies, too.
Ok, this is a good starter: https://www.w3.org/TR/SVG11/paths.html#PathDataMovetoCommands """ Start a new sub-path at the given (x,y) coordinate. M (uppercase) indicates that absolute coordinates will follow; m (lowercase) indicates that relative...
Maybe an issue with the rendering application. I think I have used only Apple Preview.app, so far... But nope, just tested with Adobe Reader XI 11.0.0 on MacOS 10.11.6. Same...
@claudep Sorry, I've lost a bit track on this. Anything else you needed or wanted?
@claudep Maybe you feel tempted to have a look?
I'm pretty sure ReportLab doesn't support anything like that. A long time back I wrote some pseudo (linear) grading shapes for them. I'd love to see them support pure SVG/PDF...
@replabrobin Does this mean the code for true radial/axial shading is already in reportlab, but can be used only for PDF output? If so I think that would still be...
I would love to see gradient support in reportlab, too. And it might not be that difficult to implement there. @replabrobin, any chance of getting this as a (late) X-mas...