Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Parsing] Add parsing logic for all group parameters #208

Closed
egorikftp opened this issue Oct 4, 2024 · 1 comment
Closed

[Parsing] Add parsing logic for all group parameters #208

egorikftp opened this issue Oct 4, 2024 · 1 comment
Assignees

Comments

@egorikftp
Copy link
Member

egorikftp commented Oct 4, 2024

Sample

<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="24dp"
        android:width="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <group
            android:name="group"
            android:rotation="15.0"
            android:pivotX="10.0"
            android:pivotY="10.0"
            android:scaleX="0.8"
            android:scaleY="0.8"
            android:translateX="6"
            android:translateY="1">
        <path
                android:fillColor="#FF000000"
                android:pathData="M15.67,4H14V2h-4v2H8.33C7.6,4 7,4.6 7,5.33V9h4.93L13,7v2h4V5.33C17,4.6 16.4,4 15.67,4z"
                android:fillAlpha=".3"/>
        <path
                android:fillColor="#FF000000"
                android:pathData="M13,12.5h2L11,20v-5.5H9L11.93,9H7v11.67C7,21.4 7.6,22 8.33,22h7.33c0.74,0 1.34,-0.6 1.34,-1.33V9h-4v3.5z"/>
    </group>
</vector>

related to community issue: serbelga/compose-vectorize#64

@egorikftp egorikftp self-assigned this Oct 11, 2024
@egorikftp
Copy link
Member Author

Available in 0.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant