Skip to content

Instantly share code, notes, and snippets.

@remygrandin
remygrandin / index.gui
Last active May 17, 2020 18:15
Fitbit SDK bug
<svg class="background">
<use href="#panoramaview" id="hview">
<use href="#panoramaview-item">
<use id="btntest" href="#square-button" y="32%" height="38%" fill="red">
<set href="#text" attributeName="text-buffer" to="btn test" />
<set href="#text" attributeName="text-anchor" to="middle" />
</use>
</use>
<use href="#panoramaview-item">
<text fill="white">2</text>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Sandbox.Common;
using Sandbox.ModAPI;
using Sandbox.Common.Components;
using Sandbox.Common.ObjectBuilders;