Jeffrey Stedfast
Jeffrey Stedfast
I was able to reproduce this using net8.0 (built from main) on android. The clipping around the avatar images also seems wrong. Oddly, the Microsoft.Maui.Samples app that does the same...
This may be a bug in Path?? Using this as my Maui.Controls.Samples.Sandbox MainPage.xaml ```xaml ``` It renders like this: 
If I specify a WidthRequest and HeightRequest, things work: ```xaml ``` 
They also work if I remove the `Margin="6"` from the `Path` element.
The above PR improves things by at least calculating the correct size for the `Path`s. Unfortunately, things *still* don't render in the surfer app (but do in the test case...
Okay, so I think that the Scale must be getting applied *after* Margins and Vertical/HorizontalOptions are applied, which is causing the Path to be effectively rendered outside the clip path...
Does anyone have a sample test case to illustrate the original problem or the problem that @PureWeen alludes to potentially existing in issue #13978 ? And is it the same...
@gauthamkrishna9991 I haven't been keeping up with GNOME development trends for quite a while so haven't even heard of Meson and I haven't used CMake enough to have an opinion...
@dagle The reason they are cloned instead of ref-counted is because GMimeHeader (and other objects that keep refs to them) need to be sure they haven't changed since they were...
How can I reproduce this? I don't know how to perform step 3: > 3. Scan a barcode in Symbol scanner