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

Multithreading support #50

Open
seifertm opened this issue Jun 12, 2016 · 0 comments
Open

Multithreading support #50

seifertm opened this issue Jun 12, 2016 · 0 comments

Comments

@seifertm
Copy link
Collaborator

VectorGrahpics2D currently does not support multi-threaded drawing. Two causes have been identified so far (see issue #42):

  • Commands are not order-independent. Due to missing information about the graphics state, they depend on preceding commands.
  • VectorGraphics2D and objects created by VectorGraphics2D.create() share a common command list. This makes it impossible to draw into instances of VG2D in parallel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant