James Coliz
James Coliz
Note that in current code, if there is no highlight applied, `Color.Transparent` is returned. Perhaps it would make sense in the setter to interpret `Color.Transarent` as "Remove highlight element for...
Note that resize IS a sub-case of update. When SVG picture is resized, the rasterized image needs to be updated.
OK, I need to walk back that comment now! It would be interesting to hear the use case where resize SVG is needed. In my experience, you can resize it...
@ashahabov @yogendrasgautam Fascinating! Which warnings? It's clean for me... ``` PS C:\Source\jcoliz\ShapeCrawler> dotnet build Determining projects to restore... All projects are up-to-date for restore. ShapeCrawler.Tests.Shared -> C:\Source\jcoliz\ShapeCrawler\test\ShapeCrawler.Tests.Shared\bin\Debug\netstandard2.0\Sh apeCrawler.Tests.Shared.dll ShapeCrawler ->...
Ok, nevermind, I see them! They only come up in release configuration. 96 warnings cluttering up my release pipeline 😄