FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

ReplaceStringMap Question

Open jaysonragasa opened this issue 3 years ago • 0 comments

We are using this plugin for our Map page replacing the SVG pin color which has 2 parts. White is the pin background, and on the center of the pin there's a circle which shows a different color on depends on the filter we set.

We are aiming to have the pin change its 2 colors when selected. The white backround becomes the app theme color, and the circle on the center, should become white

Question is: Is there anyway to do this since ReplaceStringMap can be only accessed when instantiating the SvgCacheImage and TintTransformation is a no-go since it replaces the color of the entire pin.

jaysonragasa avatar Mar 29 '22 10:03 jaysonragasa