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

Python 3 compatability and minor fixes #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

petronius
Copy link

  • Support Python 3 (in addition to 2), since Pyglet does as well, now.
  • Fix not being able to draw an SVGDoc more than once, or only the last SVGDoc displaying.
  • Fix a typo in the tutorial documentation.

Michael Schuller added 3 commits May 27, 2016 14:33
Clearing the buffers on each call means that only the last call has
an effect, which prevents drawing multiple SVGs (or even the same one
multiple times) in one draw cycle.

Clearing should be (and in the case of the examples, is) done by the
calling application (eg., Pyglet's window.clear() during the on_draw
event).

(Fixes issue fathat#3)
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

Successfully merging this pull request may close these issues.

1 participant