Mira Grudzinska

Results 98 comments of Mira Grudzinska

results from both commits (after #1985 is applied): ![mira_circ_popr](https://github.com/thorvg/thorvg/assets/67589014/392d4c4b-a8ac-447e-aca8-79e22e9a445f) before: ![mira_circ](https://github.com/thorvg/thorvg/assets/67589014/1b482768-d198-40f6-9b68-14d9162e4511)

> Condition: Need to tweak this circle trimpath regression bug, before changing the circle commands: ![image](https://private-user-images.githubusercontent.com/3711518/306116948-c544deff-73bb-41cb-9721-45e84503a77b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDg0MzU2NzEsIm5iZiI6MTcwODQzNTM3MSwicGF0aCI6Ii8zNzExNTE4LzMwNjExNjk0OC1jNTQ0ZGVmZi03M2JiLTQxY2ItOTcyMS00NWU4NDUwM2E3N2IucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDIyMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDAyMjBUMTMyMjUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzZkMTdiYWY2MzYxMjQyN2E5ZWJlYjY3ZGFmMTY1YjcyMDMwZGY4MDgyMDc2YzBlZGE3YjYyMTAxODRjNmE0NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.TcwIN6HR4g7NZVcrRjRuFFP1_ngZkFk3hO1mmg2l8Y0) [happy.json](https://github.com/thorvg/thorvg/files/14338743/happy.json) @hermet I see what the problem is. it will be present for both,...

after #1985: This is almost perfect except for the ellipses. It is because the starting point for the dashed lines being chosen differently in TVG and Inkscape. This could be...

> @mgrudzinska nice to see you again! nice to be back and see all of you here! > https://svgwg.org/svg2-draft/shapes.html#EllipseElement `Mathematically, an ‘ellipse’ element is mapped to an equivalent ‘path’ element...

macos: AnimateMasking: GradientStroke: Lottie crashed LottieExtension crashed Performance: PictureRaw: PictureTvg: SceneBlending: StrokeMitterlimit: Svg - hangs Tvg - hangs

I think the main issue here is the 'pattern' element, that is not supported in tvg

#374 #951 are also about filters

sample that didn't work on my machine: ``` auto shape1 = tvg::Shape::gen(); shape1->appendArc(150, 250, 180, 350, 90.000012, true); shape1->strokeFill(255, 0, 0); shape1->strokeWidth(13); if (canvas->push(std::move(shape1)) != tvg::Result::Success) return; auto shape2 =...