So, I was running integration tests for v2 with the current state of the plugin and there are a few issues:
Plugin crashes with segfault when closing Rack. This is likely due to memory issues in the CustomWidget that don't work anymore in v2.
Plugin graphics (and text) look very fuzzy when zooming in.
Unless you are planning on working on this more yourself, I would like to fix this and bring the plugin to v2 standards in terms of code and graphics handling. This requires the graphics and text to be converted to vector format (SVG). I am happy to take a stab at it.
Hey Alex,
So, I was running integration tests for
v2
with the current state of the plugin and there are a few issues:CustomWidget
that don't work anymore inv2
.Unless you are planning on working on this more yourself, I would like to fix this and bring the plugin to
v2
standards in terms of code and graphics handling. This requires the graphics and text to be converted to vector format (SVG). I am happy to take a stab at it.Let me know. Thanks!
Christoph