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

Hurricane hover effect on buttons #2305

Closed
tank-trax opened this issue Jul 6, 2020 · 1 comment · Fixed by #2307
Closed

Hurricane hover effect on buttons #2305

tank-trax opened this issue Jul 6, 2020 · 1 comment · Fixed by #2307
Labels
Bug Report Item submitted using the Bug Report template Linux Issues which only occur on Linux
Milestone

Comments

@tank-trax
Copy link
Collaborator

On Linux the new button hover feature looks like

buton-bad

whereas it should look like

button-good

Slight variation for vertical sliders

image

@tank-trax tank-trax added Bug Report Item submitted using the Bug Report template Layout engine Linux Issues which only occur on Linux labels Jul 6, 2020
@baconpaul baconpaul added this to the 1.7 0 milestone Jul 6, 2020
@baconpaul
Copy link
Collaborator

The problem is that dave is drawing around the outer circles with a stroke and my svgs renderer is not capping the stroke path properly

Screen Shot 2020-07-06 at 2 51 44 PM

so now I know what to fix.

baconpaul added a commit to baconpaul/surge that referenced this issue Jul 6, 2020
Strokes had bad caps on linux so replace them with an
extra oval at the right spot in theSVG

Closes surge-synthesizer#2305
baconpaul added a commit that referenced this issue Jul 6, 2020
Strokes had bad caps on linux so replace them with an
extra oval at the right spot in theSVG

Closes #2305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Item submitted using the Bug Report template Linux Issues which only occur on Linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants