Matt Emson

Results 93 comments of Matt Emson

Can I say - we have a use case where we load an SVG with some fixed colours, we change those colours to the colours we want to use for...

> This change means we'd need to generate an SVG for every combination (they are dynamic) To be clear, we might have 100 or more images. They might be displayed...

> See [#2725](https://github.com/Mapsui/Mapsui/pull/2725). It isn't considered as useful. I think you are wrong. I commented on the issue, but see above. This change makes scaling the image loading very difficult....

> A better way would be to have an interface for ImageSource (as mentioned by [@softlion](https://github.com/softlion)) that returns a Stream or something else with the data. Three implementations for this...

> If you mail me perhaps we could have a video call about this Yeah - that is probably beneficial. I will drop you an email.

> Yes but no. It's not the goal of mapsui to manage SVGs. From our perspective, we have existing code that assumes we can set the SVG data outside of...

> [@memsom](https://github.com/memsom) How did you work with SVGs in V4. You turned it into an SKPicture? You say you use multiple custom colors for your SVG. How did that work?...

@pauldendulk I just dropped you an email.

> Thanks a lot for you detailed analysis. This sound to me like the correct interpretation. I will look into it. > > It freezes the current animation but it...

> What is the use case? We need this feature. We have dynamic images that are templated. In V4 we could load the template, manipulate the SVG, register it once...