llgcode

Results 53 comments of llgcode

Yes we need a clipping path Api. For draw2dimg a MaskPainter can be used so that we can use drawGlyphOver or sth. For opacity we have alpha of RGBA, we...

I agree, pdf, ps svg already have clipping capability, I prefer to implement it in draw2dimg before. I was thinking of a method gc.Clip() that clip a path

Hi, I had the same issue and fix it replacing `new Routes` by `new Router`. Router listen for window location change

Hello, I agree. In fact, there's a postscript parser that uses draw2d https://github.com/llgcode/ps It would be consistent to have the reader and the writer. What is your use case? Who...

Ok, do you a sample draw2d code that may suit your need. I can use my own sample but it will be better to have realistic sample for your need

![image](https://user-images.githubusercontent.com/524083/121881188-3443e380-cd0f-11eb-971b-df978ece74c4.png)

it looks fine if it's possible. So if it's an env variable it could be used like this %MODIFIED_FILE_PATH% on windows or $MODIFIED_FILE_PATH on linux

Thanks for the tape tips, it gives me some idea of a prototype board where I could stick some tape on a piece of wood and some wires connected to...

Hi Tim, thanks for your answer. I think for my purpose every solution feels adapted, I don't have today a lot of performance constraint. And for a website that manage...