We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521dc42 commit c31238cCopy full SHA for c31238c
src/analog-joystick-element.ts
@@ -148,7 +148,7 @@ export class AnalogJoystickElement extends LitElement {
148
id="knob"
149
cx="13.6"
150
cy="13.6"
151
- transform="translate(${2.5 * xValue}, ${2.5 * yValue})"
+ transform="translate(${2.5 * -xValue}, ${2.5 * -yValue})"
152
r="10.6"
153
fill="url(#g-knob)"
154
filter="url(#noise)"
0 commit comments