From: Robert Kaiser Date: Sun, 29 Sep 2019 11:54:16 +0000 (+0200) Subject: small adjustment to line lengths X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=d4ce6a3e51113c772f55656a9dbe9e869d3d1a28 small adjustment to line lengths --- diff --git a/tsmeetup201909/index.html b/tsmeetup201909/index.html index f0b818e..0d3b05b 100755 --- a/tsmeetup201909/index.html +++ b/tsmeetup201909/index.html @@ -212,9 +212,9 @@ … <a-entity …> <a-entity id="ship" …> - <a-cylinder position="0 0 0" radius=".4" height="0.04" color="#CCC0DD"></a-cylinder> - <a-cylinder rotation="90 0 0" position="0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder> - <a-cylinder rotation="90 0 0" position="-0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder> + <a-cylinder radius=".4" height="0.04" color="#CCC0DD" …></a-cylinder> + <a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder> + <a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder> … </a-entity> </a-entity>