Download logo

This commit is contained in:
Pieter Vander Vennet 2020-11-15 03:22:41 +01:00
parent 7ef2f429f2
commit 1bd5411071
3 changed files with 11 additions and 3 deletions

View file

@ -37,7 +37,7 @@ export default class DirectionInput extends InputElement<string> {
console.log("Inner render direction")
return new Combine([
Svg.direction_svg().SetStyle(
`position: absolute;top: 0;left: 0;width: 100%;height: 100%;rotategs:${this.value.data}deg;`)
`position: absolute;top: 0;left: 0;width: 100%;height: 100%;rotate:${this.value.data}deg;`)
.SetClass("direction-svg"),
Svg.compass_svg().SetStyle(
"position: absolute;top: 0;left: 0;width: 100%;height: 100%;")