You can deposit a layer: deposit(height, lateral, options …), for example:
deposit(0.20, 0.20, :mode => :round)
you can define the width in Y (height), the width in X (lateral) and some options like rounding the corners for instance, but that's about it I guess...
Comments
Hello,
You can deposit a layer: deposit(height, lateral, options …), for example:
deposit(0.20, 0.20, :mode => :round)
you can define the width in Y (height), the width in X (lateral) and some options like rounding the corners for instance, but that's about it I guess...
Cheers,
Tomas