Why are image operations so limited in compose mul...
# compose
e
Why are image operations so limited in compose multiplatform? I am attempting to load an SVG into an image and then add a drop shadow onto it. In CSS this is simply a property and the "stroke" styling lets you do this easily for text in compose. I have found that vector and bitmap graphics are both abstracted to a generic Painter but even using the internal SVGPainter does not let you add a stroke or drop shadow. Furthermore, I could use the shadow modifier with a path but there is no inbuilt path extraction. This makes what a normal web/desktop dev could do in a minute take potentially hours and I think it hinders desktop workflow.