I am unable to see automirror of icon which is sup...
# multiplatform
s
I am unable to see automirror of icon which is supported by multiplatform. am I using it correctly
Copy code
Image(
    painter = org.jetbrains.compose.resources.painterResource(Res.drawable.ic_arrow_back),
    contentDescription = null,
)
commonMain/composeResources/drawable/ic_arrow_back.xml
Copy code
<vector xmlns:android="<http://schemas.android.com/apk/res/android>"
    android:width="24dp"
    android:height="24dp"
    android:autoMirrored="true"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="#000000"
        android:pathData="M7.293,6H8.707L3.207,11.5H22V12.5H3.207L8.707,18H7.293L1.293,12L7.293,6Z" />
</vector>
c
Why do you think auto-mirror is supported by compose Multiplatform? Also your question is better asked in #CJLTWPH7S
c
And you are using the latest 1.8.0 beta version?
s
No. 1.7.3 stable version
c
It’s not available in this version. The commit is tagged with an 1.8.0-dev label.
s
Oh thanks. Didn't notice that