I’m starting work on a simple linux audio (and possibly video) looper. Having done a quick mockup in inkscape, I figured I’d just save the various gui elements as SVGs and use them directly in the app. Only, that doesn’t look very good…
Here’s the mockup:
…and here’s how JUCE renders it (the sizes and positioning are a bit out, but that’s obviously my fault):
Am I doing something wrong? Has anybody else used inkscape SVGs in JUCE?
I can cheat the missing arrows by including explicit triangles in the SVG files, and the record buttons and sliders don’t have to be SVG, but I don’t know what I can do about the horrible antialiasing in the others. I’d rather not resort to using bitmap images if I can avoid it.
- Niall.