mxaGianluca

Results 12 comments of mxaGianluca

Any updates on this issue? It seems that any form of compound paths gets filled with black.

I wanted to give an update on this issue, depending on your use-case this might (or might not) work for you. If you look in `svgparser.js` on line `59` you...

I've just done some tests with it and the conversion speeds are impressive. A file that takes Inkscape around 2,5 minutes finishes in 2 seconds. pdf2svg output filesize is a...

I know it's probably not the most straightforward way to implement it but i have a workaround that might help some people here. ```javascript { { path: '/', beforeEnter: (to,...

Hi @staudenmeir, i've just hit the same issue. - larastan (2.9.4) - AdjacencyList (1.20) This is the complete output i'm getting: ``` -- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Error -- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Internal error: Internal...

@staudenmeir i'm not 100% sure, but might this issue be related? https://github.com/larastan/larastan/issues/1759

In my specific case i updated from L9 -> L10 and i updated `nunomaduro/larastan:2.2` to `larastan/larastan:2.9.4`. I didn't have this error in the older version. It looks like something that...

It's not a solution yet, but i have a workaround. ```php public function ancestorDirectories(): Ancestors { return $this ->ancestorsAndSelf() ->addAncestorConstraints(); } public function scopeAddAncestorConstraints($query) { $query ->hasParent() ->breadthFirst(); } ```...

@SanderMuller it doesn't seem that it has been fixed. I've loaded the package via `dev-main` but the error remains the same. Hope this helps.