Kotlin multiplatform not rendering SVG text element on JS target #2877
JamesEllerbee
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Kotlin multiplatform (plugin version 2.1.0) project with a JS target on compose version 1.7.1
I pulled in coil-compose and coil-svg
I am trying to use AsyncImage to render an SVG that has a text element.
E.G.
Results in the ellipse being drawn but the text "SVG" is not
I have also tried this using a wasmJs target with the same result.
Is this a skiko / coil limitation or something else?
Beta Was this translation helpful? Give feedback.
All reactions