question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Arc StrokeLineCap lost after transition

See original GitHub issue

Using Transitions with an Arc loose the StrokeLineCap=“Round” property using AvaloniaUI 0.10.17

CircleProgressWithoutTransition

When adding a transition : <Arc.Transitions> <Transitions> <DoubleTransition Duration="0:0:0.8" Easing="CircularEaseOut" Property="SweepAngle" /> </Transitions> </Arc.Transitions>

CircleProgressWithTransition

The StrokeLineCap property is lost after the Transition is finished

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
timuniecommented, Aug 8, 2022

Created a backport PR. Let’s see if it will be merged, can’t promise anything ^^

1reaction
timuniecommented, Aug 5, 2022

@kekekeks do you think we can backport the linked PR to 0.10.18?

Read more comments on GitHub >

github_iconTop Results From Across the Web

SVG - arc animation jumping steps
You can make a discrete transition animation from a large arc when Large-arc-flag = 1 to a small arc Large-arc-flag = 0.
Read more >
Painting: Filling, Stroking and Marker Symbols — SVG 2
It gives a smooth transition between the fallback and non-fallback states. When the initial circles calculated for the arcs stroke-linejoin do not intersect, ......
Read more >
Fills and Strokes - SVG: Scalable Vector Graphics | MDN
There are three possible values for stroke-linecap : butt closes the line off with a straight edge that's normal (at 90 degrees) to...
Read more >
Rotating and translating svg along arc - GSAP
I've been using MorphSVGPlugin.pathDataToBezier to get the arc's path and all have been good, but I just can't make the first "handle" (and ......
Read more >
A Guide to SVG Animations (SMIL)
SVGs can be styled and animated with CSS (slides). Basically, any transformation or transition animation that can be applied to an HTML ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found