Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Strange image sizes #9

@robotanz

Description

@robotanz

I tried to export an Action Bar icon. The page size in my inkscape document is set to 24x24 px.
Standard sizes for Action Bar icons are 24x24 for mdpi, 36x36 for hdpi etc. What I got was:
23x23 etc. In my case, changing some densities in python script helped:

group.add_density_option("mdpi", 96) #instead of 90
group.add_density_option("hdpi", 144)
group.add_density_option("xhdpi", 192)

I don't know if this is really a bug or a misuse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions