Shukant Pal

Results 102 comments of Shukant Pal

@pixi-essentials/svg generates a scene graph instead of generating a single large Graphics object. It supports a much wider (the widest?) feature set and is larger. But yeah, the base SVG...

A flattening mode would be severely limited w.r.t. the exploded view. It is impossible to support (which otherwise @pixi-essentials/svg already has): * text, image, defs, use elements * masking *...

Hi @Thanzex, I would suggest you override `prependTransform`: https://github.com/ShukantPal/pixi-essentials/blob/70a16f9befc9d3b7ee799b8cea4bd11c8454b26f/packages/transformer/src/Transformer.ts#L1407 It emits a `transformchange` event already but if you want to change the applied transform itself, you would need to override...

Please post the SVG file :)

Unfortunately, I don't have free time to fix issues in @pixi-essentials/svg. This was originally built to support another tool that I no longer have an active commercial contract with. I'd...

I'm seeing a lot of issues coming from you @Friksel. You've got 2 options: * I've opened up GitHub Sponsors so you can post a $25 bug bounty for these...

If you think starting you're own project is cheaper (or gets you more hourly billing), go ahead - more money to you. Being passionate about this project does not mean...

@Friksel This is a bug in @pixi/graphics, since `SVGGraphicsNode` inherits from the upstream `Graphics`. The bug may be in these calculations: https://github.com/pixijs/pixijs/blob/7e5df7c2c35beb38f488682d6a01825e82ac40b0/packages/graphics/src/utils/buildLine.ts#L368