llgcode

Results 53 comments of llgcode

I will be happy to review your pull request and merge it.

Hi @vinhphuctadang, did you find a fix for your issue ? regards

Ok no problems. Thanks for your answer. Le sam. 15 janv. 2022, 10:31, vinhphuctadang ***@***.***> a écrit : > Sorry, I am packed catching up with new job atm >...

Hi @benoitmasson, it's not implemented yet.

Hi @benoitmasson thanks for the function. There's a method [here](https://github.com/llgcode/draw2d/blob/master/draw2dimg/ftgc.go#L238:27) that can help you compute the size of the string. This method is only available in draw2dimg package. We need...

Hi @gerald1248 An article on how to use it in draw2d can be interesting.

Clipping is not implemented in draw2d but you can use a mask: https://blog.golang.org/go-imagedraw-package

Hi @cciccole, It may be logged in the issue tracker. It could be partially implemented for the main part of the spec as svg spec is big, I guess I...

Hi @korayeyinc , Can you provide a code that reproduces the problem please? @stanim what do you think about this bug? draw2dpdf already uses TransformTranslate and TransformScale in implementation of...

Thansk @korayeyinc , I think the problem is drawimg apply the transformation also on the path that is not already stroke or fill unlike drawpdf. Apply the transformation before creating...