starlingcode / Via-for-Rack

MIT License
24 stars 8 forks source link

graphics problem #6

Closed davephillips closed 6 years ago

davephillips commented 6 years ago

Fedora 23 Linux Rack master (0.6.x dev)

Greetings ! The attached screenshot tells the story. Is this what I should be seeing ? I launch Rack from the command prompt, all components appear to be loading correctly. Please advise if I'm not getting something right. Btw, I build your plugin from source (master branch).

viaforrack

liquidcitymotors commented 6 years ago

Thanks so much for bringing this to our attention. It would appear that "/res/Davies1900hvia.svg" is not loading properly. If you do not get any error messages about missing SVG files when launching Rack from source, it looks like I need to do some more research on the knob component and compatibility with different SVG files. We will let you know when this is resolved, hugely helpful.

liquidcitymotors commented 6 years ago

Ok I removed a gradient from the SVG in the latest commit which seems like a decent place to start because I believe gradients are not supported in components. That might explain why it renders to gray on some operating systems (like mine and another test linux build), but not yours.

liquidcitymotors commented 6 years ago

@davephillips missed a few steps here; this had nothing to do with your system and everything to do with me not properly updating rack. could you test? this should have been fixed on the latest commit

davephillips commented 6 years ago

Hey, thanks for the message. I pulled the latest git sources, rebuilt your module and everything looks okay now. Good work ! :)

liquidcitymotors commented 6 years ago

Thanks a lot @davephillips!