Jeffrey Stedfast

Results 323 comments of 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: ![Screenshot 2023-09-22 163005](https://github.com/dotnet/maui/assets/338984/21e12a1d-840b-4837-b093-40644a5f1e65)

If I specify a WidthRequest and HeightRequest, things work: ```xaml ``` ![Screenshot 2023-09-22 164525](https://github.com/dotnet/maui/assets/338984/5c494573-5e6d-4de2-9839-0712004da789)

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