Sandro Cavazzoni
Sandro Cavazzoni
I stumbled in a problem where CustomTypefaceProvider can't match the family name from an SVG with the one registered. The problem is this line: https://github.com/wieslawsoltes/Svg.Skia/blob/f5ced19d5476d250d1aa7558bc26b0ccbb0652ea/src/Svg.Skia/TypefaceProviders/CustomTypefaceProvider.cs#L47 The condition should be: ```c#...
Hi, i added the support for PowerDNS provider (that was already supported by lego). The new provider name is "PowerDNS", the 2 new environments are: - PDNS_URL: The url for...
This commit provide ViewPagerTopLine and ViewPagerBottomLine for set top and bottom line custom colors
The main render pass may have a different configuration than the viewport window render pass. Vulkan can reuse the pipeline between different render passes only if the render pass configuration...
The old SkiaSharp have an issue with some kind of SVG images (it generate an internal "index out of bounds" exception). I attach the SVG file that cause me a...