Skip to content

Rendition width and height fields should allow non-int numbers for SVG #410

Description

@jams2

Rendition queries may operate on SVGs, for which non-integer width and height attributes are valid. The type for these fields is currently defined as Int:

width = graphene.Int(required=True)

References:

This can cause an error: Int cannot represent non-integer value: 342.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions