Mira Grudzinska
Mira Grudzinska
results from both commits (after #1985 is applied):  before: 
@hermet rect moved to #1996
> Condition: Need to tweak this circle trimpath regression bug, before changing the circle commands:  [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
yes. sample: ``` ``` expected: current:
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 =...