<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Isometric Layout]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Loving the animated pipe flow on mango.</p>
<p dir="auto">Is there a way to have the pipe's animated flowing the same but on a 30 degree angle (or any desired angle) to create an isometric schematic?</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://forum.mango-os.com/topic/3494/isometric-layout</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 03:58:27 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3494.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 May 2018 05:45:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Isometric Layout on Thu, 17 May 2018 09:19:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks as always!</p>
]]></description><link>https://forum.mango-os.com/post/18477</link><guid isPermaLink="true">https://forum.mango-os.com/post/18477</guid><dc:creator><![CDATA[Pikey4]]></dc:creator><pubDate>Thu, 17 May 2018 09:19:09 GMT</pubDate></item><item><title><![CDATA[Reply to Isometric Layout on Tue, 15 May 2018 16:10:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pikey4" aria-label="Profile: Pikey4">@<bdi>Pikey4</bdi></a> Hey mate, yeah you can rotate elements using CSS.</p>
<p dir="auto">e.g.</p>
<pre><code>&lt;div class="ma-designer-root" id="2dc56e50-5fda-47b4-82c2-c60d27b18400" style="width: 1366px; height: 768px; position: relative;"&gt;
    
    &lt;div id="ec8061a1-76fb-464a-9f0f-382b0827cf43" style="position: absolute; left: 80px; top: 600px; width: 400px; height: 20px;" class="pipe-left-right"&gt;&lt;/div&gt;
    &lt;div id="7af8e590-116c-4bb3-b8ec-db7fb21295fd" style="position: absolute; left: 480px; top: 600px; width: 400px; height: 20px; border-top-left-radius: 10px;" class="pipe-left-right rotate-neg-30"&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;style&gt;
    .rotate-neg-30 {
        transform: rotate(-30deg);
        transform-origin: left bottom;
    }
&lt;/style&gt;
</code></pre>
<p dir="auto">I used a border radius to make the elements fit together a little better. You can define as many CSS classes as you want in the <code>&lt;style&gt;</code> tags and reuse them in your markup to make the process a little easier.</p>
<p dir="auto">Another thing you might want to consider is drawing a graphic in SVG,  - <a href="https://help.infiniteautomation.com/interactive-svg-graphics/" rel="nofollow ugc">https://help.infiniteautomation.com/interactive-svg-graphics/</a></p>
<p dir="auto">There's also a couple of examples built into Mango (Under the examples menu, if you dont see it enable it by going to Administration... Edit Menu).</p>
]]></description><link>https://forum.mango-os.com/post/18448</link><guid isPermaLink="true">https://forum.mango-os.com/post/18448</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 15 May 2018 16:10:03 GMT</pubDate></item></channel></rss>