added decouple and EngageDecoupler action

This commit is contained in:
Stephan Richter
2021-01-15 10:48:32 +01:00
parent 323a48dcd6
commit 0902017bba
12 changed files with 346 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<svg width="%width%" height="100" viewbox="0 0 %width% 100">
<rect x="0" y="35" width="100" height="30" />
<line x1="20" y1="25" x2="80" y2="25" />
<line x1="20" y1="75" x2="80" y2="75" />
</svg>

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -0,0 +1,5 @@
<svg width="%width%" height="100" viewbox="0 0 %width% 100">
<rect x="35" y="0" height="100" width="30" />
<line x1="25" y1="20" x2="25" y2="80" />
<line x1="75" y1="20" x2="75" y2="80" />
</svg>

After

Width:  |  Height:  |  Size: 198 B