amwx
amwx
I think the best solution to this is to get `BackgroundSizing` added upstream to `Border` and `ContentPresenter` (and maybe `TemplatedControl`, which would match all the UWP equivalents). I'd rather not...
> * In Skia itself, this is NOT supported. Strokes are drawn on the edge of the shape itself. This means half the stroke extends past the shape and half...
I think this issue can be closed. I haven't seen this happen and my EditorFactory PR should've fixed all the initialization nonsense so I think this is good now?
Related: #13251 Now that we have BackgroundSizing which draws via geometry (if not wanting the Skia default), it might be time to allow shadows on things that aren't just Rectangles
Oh, I didn't know about the Effects API which is what along the lines of what I was thinking was needed. That works nicely.
Just created a new feature request for enhancing `TextBox` (#9433). That's a better solution anyway (I've never liked doing it via fake key event). However, in my other cases: -...
It does not. TextBlock still renders the lines too fat. My SymbolIcons look slightly better if the glyph is small enough, but with cleartype there some visual artifacts with the...
I was looking at this last week and ran into some problems. For Mica, we need to add 3 new WinUI effects (ColorSourceEffect, OpacityEffect, and BlendEffect). ColorSourceEffect maps to the...
I might be able to look into setting up a "nightly" package (not that I have a nightly frequency of builds), but something like the PR feed isn't going to...
As far as the preview versions go, there really isn't a whole lot I can do. There's no way for me to maintain a steady stream of packages that keeps...