-
Is there a way to get the right detailed 13x13 pixels scheme from the initial 3x3 representation? |
Beta Was this translation helpful? Give feedback.
Answered by
mxgmn
Jun 17, 2022
Replies: 1 comment 1 reply
-
You can do it with the <sequence values="WO" symmetry="()">
<one in="WWW/WWW/WWW" out="***/*OO/***"/>
<map scale="13/3 13/3 1" values="BWO">
<rule in="W" out="BBBB/BWWW/BWWW/BWWW"/>
<rule in="O" out="BBBB/BOOO/BOOO/BOOO"/>
</map>
</sequence> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Inferdy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do it with the
map
node: