Dan Field
Dan Field
Can someone share the timeline output during the jank period(s)?
That trace looks strange to me. I'll try to take a look at this demo a bit more.
I will say that the camera SVG in particular in the sample project looks very complicated. I would not expect rendering that to be very fast. Is the project still...
The bug here is that when a gradient is specified on a group it's not getting inherited down to the shape(s). You can work around this by putting the gradient...
If it helps, this graphic should render correctly in the `vector_graphics` package.
I'm not quite sure why the browser does what it does here. The horizontal line is 0 pixels.
As a workaround, even changing those paths to have `h.0001` makes the circles show up. Per the spec, that value should be the number of pixels to draw a horizontal...
The spec requires a comma - that said, I'd be somewhat open to supporting this since browsers probably do.
They aren't implemented. Letter spacing is probably a matter of just using https://api.flutter.dev/flutter/painting/TextStyle/letterSpacing.html, not sure about dominant-baseline. Happy to review a patch that adds this.
You're likely trying to use too new a version of flutter_svg. flutter_svg is updated for breaking changes in the Flutter SDK. These are often minor, and it's hard to predict...