Skip to content

Pyglet text workaround check #539

@larsoner

Description

@larsoner

Once a new Pyglet lands, we might be able to do without this workaround

if pyglet_2:
# Really needed to work around
# https://github.com/pyglet/pyglet/issues/1359
kwargs.update(anchor_x=anchor_x, anchor_y=anchor_y, x=pos[0], y=pos[1])

pyglet/pyglet#1359 (comment)

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